Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

fls

Function fls 

Source
pub fn fls<T: PrimInt>(v: T) -> usize
Expand description

Find last set bit fls(0) == 0, fls(u32::MAX) == 32