phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
TristateCond
nxt
nstate
Tristate: Three-state logic.
struct
TristateCond {
@
safe
pure nothrow @
nogc
enum
defaultCode
;
@
safe
pure nothrow @
nogc
enum
no
;
@
safe
pure nothrow @
nogc
enum
yes
;
@
safe
pure nothrow @
nogc
enum
unknown
;
}
Meta
Source
See Implementation
nxt
nstate
structs
Fuzzy
Tristate
TristateCond
Tristate: Three-state logic.