bool
Represents a logical value: either true or false.
Constructors
bool() -> bool
Constructs a new bool instance.
bool(bool other) -> bool
Copies a bool instance.
Parameters
- other: The bool instance to copy.
bool(const Number bn) -> bool
Constructs a bool from a Boxed_Number.
Parameters
- bn: The Boxed_Number to convert.