Iterator
Source
Implementation
pub fn Iterator(comptime options: IteratorOptions) type {
return SingleWordIterator(options.direction);
}Source
pub fn Iterator(comptime options: IteratorOptions) type {
return SingleWordIterator(options.direction);
}