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