phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
Tristate
nxt
nstate
State being either
yes
,
no
or
unknown
.
struct
Tristate {
@
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
State being either yes, no or unknown.