EMbool
Bun

enum member

ffi.FFIType.bool

bool = 11

Boolean value

Must be true or false. 0 and 1 type coercion is not supported.

In C, this corresponds to:

bool
_Bool