do `Sequence`s lend themselves to be used in a rea...
# getting-started
r
do `Sequence`s lend themselves to be used in a reactive fashion, i.e. like an
rx.Observable
, or are they really meant more as an
Iterable
that happens to be lazy-evaluated?