Skip the first N items from a source
(Equivalent to skipWhile() with a function that checks the index is < n.)
Skip the first N items from a source
(Equivalent to skipWhile() with a function that checks the index is < n.)