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

Type Parameters

  • T

Methods

Methods

  • Returns Iterator<T, any, undefined>

Generated using TypeDoc