Functions
fun &&(_ rhs: Bool) -> Bool
Returns the logical conjunction of self and other.
fun ||(_ rhs: Bool) -> Bool
Returns the logical disjunction of self and other.
fun toggle() { inout }
Toggles the Boolean variable's value.
Initializers
init()
Creates an instance with value false.