MpZ.fromString

Assign this from string rhs interpreted in base base. If base is 0 it's guessed from contents of value.

struct MpZ
pure nothrow pragma(inline, true) @nogc ref return @trusted
fromString
(
in string rhs
,
uint base = 0
)

Meta