Preparing search index...
The search index is not available
@tabcat/ith-element
@tabcat/ith-element
ithElement
Function ithElement
Returns the element at index
i
in the
array
. Throws if the index is not defined.
ith
Element
<
T
>
(
array
)
:
(
(
i
:
number
)
=>
T
)
Type Parameters
T
Parameters
array
:
T
[]
Returns
(
(
i
:
number
)
=>
T
)
(
i
)
:
T
Parameters
i
:
number
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@tabcat/ith-element
Loading...
Returns the element at index
i
in thearray
. Throws if the index is not defined.