Function
| Static Public Summary | ||
| public |
iter(iterable: Iterable): Iterator Returns the iterator for the input iterable. |
|
Static Public
public iter(iterable: Iterable): Iterator source
import iter from '@iterable-iterator/iter/src/iter.js'Returns the iterator for the input iterable.
Params:
| Name | Type | Attribute | Description |
| iterable | Iterable | The input iterable. |
Return:
| Iterator |
