Iter$IterRecord2Extension<T, U> extension

on

Methods

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

Available on Iter<(T, U)>, provided by the Iter$IterRecord2Extension extension

Converts an iterator of pairs into a pair of containers.