Trait bitvec_simd::BitContainerElement[][src]

pub trait BitContainerElement {
    const BIT_WIDTH: usize;
    const ZERO: Self;
    const ONE: Self;
    const MAX: Self;

    fn count_ones(self) -> u32;
fn leading_zeros(self) -> u32; }

Associated Constants

Required methods

Implementations on Foreign Types

Implementors