is it better a `take(x).drop(y)` or `filter( index...
# getting-started
e
is it better a
take(x).drop(y)
or
filter( indexOf(it) > x && < y)
?