MpZ.toLong

struct MpZ
pure nothrow pragma(inline, true) @nogc const @trusted
long
toLong
()

Return Value

Type: long

The value of this as a long, or +/- long.max if outside the representable range.

Meta