last

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

Return

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

Parameters

from

collection to get the last element from

Chaining

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