MCPcopy Create free account
hub / github.com/tensorflow/tfjs /

Class

tfjs-data/src/iterators/lazy_iterator.ts:488–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486// ============================================================================
487
488class ArrayIterator<T> extends LazyIterator<T> {
489 private trav = 0;
490 constructor(protected items: T[]) {
491 super();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected