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.

Parameters

self: Self,
T: type,