Module cairo_lang_sierra::extensions::modules::int::unsigned
source · Structs
- Libfunc for computing the Bitwise (and,or,xor) of two uints. Returns 3 uints (and the updated builtin pointer).
- Libfunc for uint divmod.
- Libfunc for integer operations.
- Libfunc for calculating uint’s square root.
Enums
Traits
- Trait for implementing unsigned integers.
Type Aliases
- Type for u8.
- Type for u16.
- Type for u32.
- Type for u64.