fn toPrimitive(self: Self, comptime T: type) OverflowError!T
[src]
Converts a big integer to a primitive type. This function may not run in constant time.
fn toPrimitive(self: Self, comptime T: type) OverflowError!T
Converts a big integer to a primitive type. This function may not run in constant time.