Trait compacts_bits::Select0 [] [src]

pub trait Select0<T: UnsignedInt> {
    fn select0(&self, c: T) -> Option<T>;
}

Required Methods

Returns the position of 'c+1'th appearance of non-zero bit.

Implementors