Struct hibitset::BitSetNot [] [src]

pub struct BitSetNot<A: BitSetLike>(pub A);

BitSetNot takes a BitSetLike item, and produced an inverted virtual set. Note: the implementation is sub-optimal because layers 1-3 are not active.

Trait Implementations

impl<A: Debug + BitSetLike> Debug for BitSetNot<A>
[src]

Formats the value using the given formatter.

impl<A: BitSetLike> BitSetLike for BitSetNot<A>
[src]

Return a usize where each bit represents if any word in layer2 has been set. Read more

Return the usize from the array of usizes that indicates if any bit has been set in layer1 Read more

Return the usize from the array of usizes that indicates if any bit has been set in layer0 Read more

Return a usize that maps to the direct 1:1 association with each index of the set Read more

Create an iterator that will scan over the keyspace