Types

Eachable

Parent type of all types that have each() method

Direct children types

Methods

all(e:Eachable, predicate:Any)
Check whether all elements in arr satisfy the given predicate.
flatten(e:Eachable)
Flatten one level.
map(something:Eachable, mapper:Fun)
Map something to an Arr (array) of values using mapper.
reject(something:Eachable, predicate:Any)
Filter something to an Arr (array) of values using predicate