interface SpecIterable<T> {
    "[iterator]"(): SpecIterator<T>;
}

Type Parameters

  • T

Implemented by

Methods

Methods