fn fromPrimitive(comptime T: type, x_: T) OverflowError!Self

Creates a new big integer from a primitive type. This function may not run in constant time.

Parameters

T: type,
x_: T,