arrow_buffer

Module bigint

Source

Modulesยง

  • div ๐Ÿ”’
    N-digit division

Macrosยง

Structsยง

Enumsยง

Functionsยง

  • mulx ๐Ÿ”’
    Performs an unsigned multiplication of a * b returning a tuple of (low, high) where low contains the lower 128-bits of the result and high 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