MpZ.this

Construct empty (undefined) from explicit null.

  1. this()
  2. this(typeof(null) )
    struct MpZ
    pure nothrow pragma(inline, true) @nogc @trusted
    this
    (
    typeof(null)
    )
  3. this(Expr expr)
  4. this(T value)
  5. this(string value, uint base)
  6. this(MpZ value)
  7. this(MpZ value)

Meta