BigInt.normalize

struct BigInt(size_t maxSize64)
void
normalize
()
()
if (
maxSize64 &&
maxSize64 <= ushort.max
)

Meta