Documentation
Preparing search index...
@symbola/iterable
require
Indexable
Class Indexable
Abstract
Index
Constructors
constructor
Methods
[index]
Constructors
constructor
new
Indexable
()
:
Indexable
Returns
Indexable
Methods
[index]
"[index]"
<
A
>
(
this
:
Iterable
<
A
>
,
)
:
Generator
<
[
number
,
any
]
|
(
number
|
A
)
[]
,
void
,
unknown
>
Return an iterable of the index and value of each item in the iterable.
Type Parameters
A
Parameters
this
:
Iterable
<
A
>
Returns
Generator
<
[
number
,
any
]
|
(
number
|
A
)
[]
,
void
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
[index]
Documentation
Loading...
Return an iterable of the index and value of each item in the iterable.