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 falseSee Bool literals in the language reference.
Defined in:
tabkv/from_tsv.crtabkv/to_tsv.cr