Trait aoc::util::bitset::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>,