Modulesยง
- div ๐N-digit division
Macrosยง
- define_
as_ ๐primitive
Structsยง
- An opaque error similar to
std::num::ParseIntError
- A signed 256-bit integer
Enumsยง
- DivRem
Error ๐Error returned by i256::DivRem
Functionsยง
- mulx ๐Performs an unsigned multiplication of
a * b
returning a tuple of(low, high)
wherelow
contains the lower 128-bits of the result andhigh
the higher 128-bits - parse_
impl ๐Parses
with any sign and leading 0s removed - split_
array ๐Temporary workaround due to lack of stable const array slicing See https://github.com/rust-lang/rust/issues/90091