Match functions and results

Report a typo

Match the functions with their descriptions:

Match the items from left and right columns
windowed()
take()
drop()
slice()
chunked()
Returns a list of the collection elements with given indices
Returns a list of "snapshots" of the window of the given size
Returns a list or lists of items with the length defined by the argument
Returns a collection without the first n elements
Returns a collection with the first n elements
___

Create a free account to access the full topic