Set of Logicals
The Logicals is defined as the Set containing the elements TRUE and FALSE.
set6::Set -> Logicals
new()
Create a new Logicals object.
Logicals$new()
The Logical set is the set containing TRUE and FALSE.
A new Logicals object.
clone()
The objects of this class are cloneable with this method.
Logicals$clone(deep = FALSE)
deepWhether to make a deep clone.
Other special sets:
Complex,
ExtendedReals,
Integers,
Naturals,
NegIntegers,
NegRationals,
NegReals,
PosIntegers,
PosNaturals,
PosRationals,
PosReals,
Rationals,
Reals,
Universal
l <- Logicals$new() print(l) l$contains(list(TRUE, 1, FALSE))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.