at Method

Like TypedArray.at, returns the element at the specified index, with negative integers counting back from the end of the array.

at(index: number): number

@note It is your responsibility to ensure the index falls within the bounds of the array.

Parameter Type Description
index number  

Returns - number

Defined in

Last Updated: 16 April, 2024