Returns a new collection with each element transformed by the given function.
functions
docs
parent
functions
aliases
returnType
signatures
apply
[]any
collections.Apply COLLECTION FUNCTION PARAM...
collections.Apply
collections.Delimit
collections.In
collections.Reverse
collections.Seq
collections.Slice
/functions/apply
The apply function takes three or more arguments, depending on the function being applied to the collection elements.
The first argument is the collection itself, the second argument is the function name, and the remaining arguments are passed to the function, with the string "." representing the collection element.