Ternary.this

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

  1. this(bool b)
    struct Ternary
    @safe @nogc nothrow pure
    this
    (
    bool b
    )
  2. this(Ternary b)
  3. void opAssign(bool b)

Meta

Suggestion Box / Bug Report