Expand description
This module provides functions for converting between different numeric types.
Functionsยง
- nat_
to_ u128 - Converts a
Nat
to au128
. - nat_
to_ u256 - Converts a
Nat
to aU256
.
This module provides functions for converting between different numeric types.
Nat
to a u128
.Nat
to a U256
.