MpZ.this

Construct from value in base base. If base is 0 it's guessed from contents of value.

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

Meta