any reason why `Sequence` does not implement `Iter...
# announcements
a
any reason why
Sequence
does not implement
Iterable
? It is annoying to have to have two extension functions to support things which have a
forEach
method.
To quote:
The key difference lies in the semantics and the implementation of the stdlib extension functions for Iterable<T> and Sequence<T>.