first

.first from:{Iterable<Any>} -> Any

Return

first element of the collection, or NOT_FOUND if the collection is empty

Parameters

from

collection to get the first element from

Chaining

This function is designed to be chained with other function calls:
Iterable<Any>::first -> Any