Skip to main content

ly_bool

Type Alias ly_bool 

Source
pub type ly_bool = u8;
Expand description

@brief Type to indicate boolean value.

Do not test for actual value. Instead, handle it as true/false value in condition.