Note that conversion from an `Iterable` to a `Seq...
# stdlib
i
Note that conversion from an
Iterable
to a
Sequence
and vice-versa is performed with lightweight wrappers
Iterable.asSequence
and
Sequence.asIterable