Ternary.opAssign

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

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

Meta

Suggestion Box / Bug Report