| 19 | import {LazyIterator, OneToManyIterator} from './lazy_iterator'; |
| 20 | |
| 21 | export abstract class StringIterator extends LazyIterator<string> { |
| 22 | /** |
| 23 | * Splits a string stream on a given separator. |
| 24 | * |
nothing calls this directly
no outgoing calls
no test coverage detected