Documentation
Preparing search index...
@symbola/iterable
require
Cycleable
Class Cycleable
Abstract
Index
Constructors
constructor
Methods
[cycle]
Constructors
constructor
new
Cycleable
()
:
Cycleable
Returns
Cycleable
Methods
[cycle]
"[cycle]"
<
A
>
(
this
:
Iterable
<
A
>
)
:
Generator
<
A
,
void
,
any
>
Cycle an iterable.
Type Parameters
A
Parameters
this
:
Iterable
<
A
>
Returns
Generator
<
A
,
void
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
[cycle]
Documentation
Loading...
Cycle an iterable.