second

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

Return

second element of the collection, or NOT_FOUND if the collection has less than 2 elements

Parameters

from

collection to get the second element from

Chaining

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