Type Function Iterator [src]
Prototype
pub fn Iterator(comptime options: IteratorOptions) type
Parameters
options: IteratorOptions
Source
pub fn Iterator(comptime options: IteratorOptions) type {
return BitSetIterator(MaskInt, options);
}