struct Bool
Overview
Bool has only two possible values: true
and false
. They are constructed using these literals:
true # A Bool that is true
false # A Bool that is false
See Bool
literals in the language reference.
Included Modules
Defined in:
lib/avram/src/avram/blank_extensions.crlib/avram/src/avram/charms/bool_extensions.cr
lib/avram/src/avram/object_extensions.cr
charms/bool_extensions.cr