Trait CountBits

pub trait CountBits

Associated Types

type Result;

Required Methods

unsafe fn vec_cntlz(self) -> Self::Result
unsafe fn vec_cnttz(self) -> Self::Result
unsafe fn vec_popcnt(self) -> Self::Result

Implementors