Std.Num.Integer
1 declaration
trait
IntegerThis declaration names behavior that types can implement.
What it does
A whole-number type that can cross the width-independent BigInt
boundary without losing information.
toBigInt is exact. fromBigInt is fallible because the mathematical
value may not fit the receiver's signedness or width. The receiver is the
type witness that lets a generic algorithm preserve the caller's type.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
