boolean
object boolean
Type members
Types
Negation of a Boolean
singleton type.
Negation of a Boolean
singleton type.
val notFalse: ![false] = true
val notTrue: ![true] = false
Conjunction of two Boolean
singleton types.
Conjunction of two Boolean
singleton types.
val a: true && true = true
val b: false && true = false