Console
hyTags
Home
Home
Getting Started
Getting Started
Documentation
Documentation
array-get
Gets the element at the specified index.
Parameter
Type
Description
self
[T]
Array to get element from
index
number
Index of element to get
return
T
Element at index, or nil if index is out of bounds