interface Iterable<T> {
    [iterator](): Iterator<T, any, undefined>;
}

Type Parameters

  • T

Hierarchy-Diagram

UML class diagram of Iterable
Legend
icon for an interface in the UML class diagram interface
icon for a public method in the UML class diagram public method

Hierarchy (view full)

Methods

Methods

  • Returns Iterator<T, any, undefined>