Indexed item value.
Readonly
lengthThe length of the list. I.e. the number of items it contains.
Retrieves an item under the given index.
Item index.
Either item value, or null
/undefined
if there is no item with such index, i.e. if the index is not
an integer value, is negative, or greater or equal to the length.
Generated using TypeDoc
An indexed list of items.