Modulesยง
- div ๐
- N-digit division
Macrosยง
- define_
as_ ๐primitive
Structsยง
- Parse
I256 Error - An opaque error similar to
std::num::ParseIntError
- i256
- 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 ๐ - Parse
s
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