.first from:{Iterable<Any>} -> Any
first element of the collection, or NOT_FOUND if the collection is empty
collection to get the first element from