scala.compiletime.ops.boolean
Members listNegation of a Boolean
singleton type.
Negation of a Boolean
singleton type.
import compiletime.ops.boolean.*
val notFalse: ![false] = true
val notTrue: ![true] = false
Attributes
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
Attributes
Exclusive disjunction of two Boolean
singleton types.
Exclusive disjunction of two Boolean
singleton types.
import compiletime.ops.boolean.*
val a: true ^ true = false
val b: false ^ true = true
Attributes
Disjunction of two Boolean
singleton types.
Disjunction of two Boolean
singleton types.
import compiletime.ops.boolean.*
val a: true || false = true
val b: false || false = false
Attributes
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4