robin
12/18/2018, 10:19 AMSequence<T>.partition
is Pair<List<T>, List<T>>
, and not Pair<Sequence<T>, Sequence<T>>
? It would be nice to keep the lazyness even through a partitioning operation.gsala
12/18/2018, 10:25 AMrobin
12/18/2018, 10:27 AM