Returns a Stream with the first n elements skipped.
Example:
var rest = stream.skip (2);
number of elements to skip.
a new Stream without the first n elements.