[][src]Function succinct::broadword::select1_raw

pub fn select1_raw(r: usize, x: u64) -> usize

Finds the index of the rth one bit in x, returning 72 when not found.

Uses the broadword algorithm from Vigna.