[][src]Trait succinct::Select1Support

pub trait Select1Support {
    fn select1(&self, index: u64) -> Option<u64>;
}

Supports selecting for 1 bits.

Required methods

fn select1(&self, index: u64) -> Option<u64>

Returns the position of the indexth 1 bit.

Loading content...

Implementors

impl Select1Support for Broadword[src]

impl<Rank: BitRankSupport> Select1Support for BinSearchSelect<Rank>[src]

Loading content...