TristateCond

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