Crate spawn_bitmath

Source

Structs§

U128Wrapper
Serde ile u128 serileştirilmesi ve deseralize edilmesi için yapı. WebAssembly’de u128’i işler hale getirmek için kullanılır.

Functions§

least_significant_bit
Computes the index of the least significant bit of the u128 number. The least significant bit is at index 0, and the most significant bit is at index 127.
most_significant_bit
Computes the index of the most significant bit of the u128 number. The least significant bit is at index 0, and the most significant bit is at index 127.