aoc::util::bitset

Trait BitOps

Source
pub trait BitOps<T> {
    // Required method
    fn biterator(self) -> Bitset<T> ;
}

Required Methods§

Source

fn biterator(self) -> Bitset<T>

Implementors§

Source§

impl<T> BitOps<T> for T
where T: Integer<T>,