Wouldn't droppingFirst()
and droppingWhile()
satisfy the naming conventions?
The downside is that these are a bit long.
My hesitation with "skip" is that I'm used to "skip" in the context of streams, not collections, i.e. where I'm forwarding a read position (or cursor) while ignoring the elements passed and not returning the rest.
-Thorsten