module Boolean
The Boolean
module is used to mixin in the TrueClass
and FalseClass
for easy comparison. This way fields can be given the Boolean
datatype instead of a TrueClass
or a FalseClass
.
The Boolean
module is used to mixin in the TrueClass
and FalseClass
for easy comparison. This way fields can be given the Boolean
datatype instead of a TrueClass
or a FalseClass
.