Trait compacts_bits::Select1 [] [src]

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

Required Methods

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

Implementors