Optional
capacity: numberPrivate
_capacityPrivate
_firstPrivate
_lastPrivate
_nodesPrivate
_sizeProtected
_seProtected
_setThe get function returns the element at the specified index in an array-like data structure.
The index parameter is a number that represents the position of the element you want to retrieve from the array.
The element at the specified index in the _nodes
array is being returned. If there is no element at that
index, null
is returned.
Generated using TypeDoc
The "addFirst" function adds a value to the beginning of an array-like data structure.