Implemented the slice operation

Authored by ivan on May 8 2018, 6:16 PM.

Description

Implemented the slice operation

Implemented the following functions:

  • drop(n): skips the first n elements in a stream
  • take(n): skips all elements after n-th
  • slice(drop, take): combination of drop and take

Details

Committed
ivanMay 7 2018, 10:06 PM
Parents
R610:2ee401546ca7: Transform and filter operations on streams
Branches
Unknown
Tags
Unknown