| 54 | // approach instead. |
| 55 | |
| 56 | class SplitIterator extends StringIterator { |
| 57 | private impl: SplitIteratorImpl; |
| 58 | |
| 59 | constructor(protected upstream: LazyIterator<string>, separator: string) { |
nothing calls this directly
no outgoing calls
no test coverage detected