Trait BSR

Source
pub trait BSR {
    type L;

    // Required method
    fn bsr(self) -> Self::L;
}
Expand description

bit scan reverse

Required Associated Types§

Source

type L

Required Methods§

Source

fn bsr(self) -> Self::L

Implementors§