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