absUnsign

pure nothrow pragma(inline, true)
Unsigned!T
absUnsign
(
T
)
(
auto ref const MpZ x
)

Return Value

Type: Unsigned!T

the absolute value of x converted to the corresponding unsigned type.

Meta