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:

ext/bool.cr

Class Method Summary

Instance Method Summary

Class methods inherited from class Object

to_js_ref to_js_ref

Class Method Detail

def self.to_js_ref #

[View source]

Instance Method Detail

def to_js_ref #

[View source]