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