Booleans

group booleans

Typedefs

typedef struct ml_boolean_t ml_boolean_t

Functions

ml_value_t *ml_boolean(int Value) __attribute__((const))
int ml_boolean_value(const ml_value_t *Value) __attribute__((const))

Variables

ml_type_t MLBooleanT[]
ml_boolean_t MLTrue[]
ml_boolean_t MLFalse[]
struct ml_boolean_t