interface Iterable<T> {
    "[iterator]"(): Iterator<T>;
}

Type Parameters

  • T

Implemented by

Methods

Methods

  • Returns Iterator<T>