Preparing search index...
The search index is not available
@dmohindru/typescript-adt - v0.0.10
@dmohindru/typescript-adt
interfaces
IterableCollection
Interface IterableCollection<T>
Interface representing an iterable collection.
interface
IterableCollection
<
T
>
{
[iterator]
(
)
:
Iterator
<
T
,
any
,
any
>
;
}
Type Parameters
T
Hierarchy
Iterable
<
T
>
IterableCollection
Implemented by
ArrayList
LinkedList
Index
Methods
[iterator]
Methods
[iterator]
[iterator]
(
)
:
Iterator
<
T
,
any
,
any
>
Returns
Iterator
<
T
,
any
,
any
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
[iterator]
@dmohindru/typescript-adt - v0.0.10
Loading...
Interface representing an iterable collection.