Function
Static Public Summary | ||
public |
* reversed(iterable: Iterable): IterableIterator Yields elements of the input iterable in reverse order. |
Static Public
public * reversed(iterable: Iterable): IterableIterator source
import reversed from '@iterable-iterator/reversed/src/reversed.js'
Yields elements of the input iterable in reverse order.
Params:
Name | Type | Attribute | Description |
iterable | Iterable | The input iterable. |
Return:
IterableIterator | The input iterable, reversed. |