Function smallbitvec::inline_ones
source ยท pub(crate) fn inline_ones(n: usize) -> usize
Expand description
An inline vector with the leftmost n
bits set.
pub(crate) fn inline_ones(n: usize) -> usize
An inline vector with the leftmost n
bits set.