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.

Defined in:

avocado_2.cr

Instance Method Summary

Instance Method Detail

def pack(io, order) #

[View source]
def unpack(io, order) #

[View source]