Lazily take the first n elements of a list, alternatively the whole list if itis shorter than n, or the empty list if n <= 0redefines Sequence.take:create a list that consists only of the first n elements of thisSequence, fewer if this stream has fewer elements