from<T extends JSAny?> static method
- JSIteratorProtocol<
T> object
Converts an object that just implements the Iterator protocol into a proper iterator.
Implementation
external static JSIterator<T> from<T extends JSAny?>(
JSIteratorProtocol<T> object,
);