third

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

Return

third element of the collection, or NOT_FOUND if the collection has less than 3 elements

Parameters

from

collection to get the third element from

Chaining

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