Skip to main content

least_significant_bit

Function least_significant_bit 

Source
pub fn least_significant_bit(x: U256) -> i32
Expand description

Returns the position of the least significant bit (lowest set bit) in a U256 number.