(chunk: Chunk.Chunk<T>, index: number)
| 7998 | ZipAllState.ZipAllState<readonly [K, A], readonly [K, A2]> |
| 7999 | ] => { |
| 8000 | const hasNext = <T>(chunk: Chunk.Chunk<T>, index: number) => index < chunk.length - 1 |
| 8001 | const builder: Array<[K, A3]> = [] |
| 8002 | let state: |
| 8003 | | ZipAllState.ZipAllState< |