Module sknife::collection [] [src]

Functions

any

Find if any element of list satisfies the predicate

count

Get the count of elements in the list

find

Find first element of list that satisfies a predicate

flatmap

Flatten and map on a list

map

Maps a vector/list based on a mapping function

reduce

Reduce a vector/list using an accumulating function

zip

Zips 2 list into a list of tuples