I tried it, but this after first item is emitted `...
# rx
d
I tried it, but this after first item is emitted
it
and
it.skip(1)
will emit same items.
skip()
only skips first, it doesn't shift a sequence (as I initially thought it will)