last

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

Return

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

Parameters

from

collection to get the last element from