Home Manual Reference Source

Function

Static Public Summary
public

iter(iterable: Iterable): Iterator

Returns the iterator for the input iterable.

Static Public

public iter(iterable: Iterable): Iterator source

Returns the iterator for the input iterable.

Params:

NameTypeAttributeDescription
iterable Iterable

The input iterable.

Return:

Iterator