Skip to content

elementAtOrDefault

Litichevskiy Dmitriy edited this page Jan 26, 2019 · 1 revision

manipula.elementAtOrDefault(index)

Method returns the element at a specified index in an iterable or null if the index is out of range.

Kind: instance method of Manipula

Param Type Description
index number The zero-based index of the element to retrieve.
Clone this wiki locally