Crate fixedbitset [−] [src]
FixedBitSet is a simple fixed size set of bits.
Structs
| Difference | 
                                 An iterator producing elements in the difference of two sets.  | 
                       
| FixedBitSet | 
                                 
  | 
                       
| Intersection | 
                                 An iterator producing elements in the intersection of two sets.  | 
                       
| Ones | 
                                 An iterator producing the indices of the set bit in a set.  | 
                       
| Union | 
                                 An iterator producing elements in the union of two sets.  | 
                       
Traits
| IndexRange | 
                                 IndexRange is implemented by Rust's built-in range types, produced
by range syntax like   |