fn fromPrimitive(comptime T: type, x_: T) OverflowError!Self
[src]
Creates a new big integer from a primitive type. This function may not run in constant time.
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.