Indexable
Index
Interfaces
Interfaces
Parameters
Type parameters
- T
- Index: number | bigint
indexType
at
Returns the value at the index
indexOf
Returns the integer index of a value
optionalrange
Returns an Iterable starting from
start
toend
. Ifstart
orend
is not in range then returns an empty iterable.
optionalrangeSize
Returns the size of a range. If
start
orend
is not in range then returns 0.
Index type