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