Bools
A bool or “boolean” type can have a value true or false.
Booleans are comparable, and false is treated as less than true. This is
often useful when sorting tuples.
A bool or “boolean” type can have a value true or false.
Booleans are comparable, and false is treated as less than true. This is
often useful when sorting tuples.