Boolean value
Must be true or false. 0 and 1 type coercion is not supported.
In C, this corresponds to:
bool
_Bool
enum member
Boolean value
Must be true or false. 0 and 1 type coercion is not supported.
In C, this corresponds to:
bool
_Bool