JsIteratorImpl
class JsIteratorImpl<T>(iter: Iterator<T>) : JsIterator<T> , ProxyIterator, ProxyIterable, ProxyObject
Default implementation of a JavaScript-compatible iterator, via JsIterator of T and ProxyIterator.
See also
for the Elide-specific interface for JavaScript iterators.
ProxyIterator
for the interface provided by Truffle to mimic iterators.
ProxyIterable
for the interface provided by Truffle to mimic iterable objects.