Skip to main content

shift_amount

Function shift_amount 

Source
fn shift_amount(y: U256) -> Option<usize>
Expand description

Returns the shift amount as a usize, or None if it is >= 256 (which shifts out all bits).