We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
All elements that can contains 0 to many values are Collection. You can at least perform the following operation on a collection:
Collection
null
length
Sequentialis a Collection which also have the following property:
Sequential
all elements that can sequentially consumed/processed are Sequential.
Typical sequential operations are: take, drop, splitAt, break and span.
take
drop
splitAt
break
span