`Sequence` on itself is a concrete data type but t...
# functional
r
Sequence
on itself is a concrete data type but the abstraction here is either
Iterable
in the world of Kotlin sub typing or
Foldable
in the FP side.