Trait compacts::bits::Select1[][src]

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

Required Methods

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

Implementations on Foreign Types

impl Select1<u64> for u64
[src]

impl Select1<u32> for u64
[src]

impl Select1<u16> for u64
[src]

impl Select1<u8> for u64
[src]

Implementors