Join Slack
Communities
Powered by
I tried it, but this after first item is emitted `...
# rx
d
dimsuz
05/23/2018, 4:58 PM
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)
Open in Slack
Previous
Next