MpZ.this

Construct from expression expr.

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

Meta