(
protected upstream: LazyIterator<string>, protected separator: string)
| 75 | carryover = ''; |
| 76 | |
| 77 | constructor( |
| 78 | protected upstream: LazyIterator<string>, protected separator: string) { |
| 79 | super(); |
| 80 | } |
| 81 | |
| 82 | summary() { |
| 83 | return `${this.upstream.summary()} -> Split('${this.separator}')`; |
nothing calls this directly
no outgoing calls
no test coverage detected