return to top
source
Drop up to n values from the stream s.
n
s
Read up to n values from the stream s as a list from first to last.
Tail recursive version of Stream.take.
Stream.take
Inner loop for Stream.takeTR.
Stream.takeTR