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

Class

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

Source from the content-addressed store, hash-verified

54// approach instead.
55
56class SplitIterator extends StringIterator {
57 private impl: SplitIteratorImpl;
58
59 constructor(protected upstream: LazyIterator<string>, separator: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected