IteratorOnIteratorTUExtension<T, U> extension

on

Methods

unzip() → (List<T>, List<U>)

Available on RIterator<(T, U)>, provided by the IteratorOnIteratorTUExtension extension

Converts an iterator of pairs into a pair of containers.