MpQ.this

Construct empty (undefined) from explicit null.

  1. this()
  2. this(typeof(null) )
    struct MpQ
    pure nothrow pragma(inline, true) @nogc @safe
    this
    (
    typeof(null)
    )
  3. this(P value)
  4. this(P pValue, Q qValue, bool canonicalizeFlag)

Meta