What's the simplest way to turn a consecutive `Seq...
# random
t
What's the simplest way to turn a consecutive
Sequence<T>
into a
Sequence<List<T>>
, where each
List<T>
is a consecutive batch of 10
T
items?
v
t
Cool, I'll steal this implementation. Thanks!