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

Type Parameters

  • T

Methods

Methods