Skip to main content

low_bits

Function low_bits 

Source
fn low_bits(value: U256, bits: usize) -> U256
Expand description

Returns the low bits of value, zeroing everything above.