Ternary.this

this(bool b) @safe @nogc nothrow pure

Construct and assign from a bool, receiving no for false and yes for true.

this(const Ternary b) @safe @nogc nothrow pure

Construct a ternary value from another ternary value