Typed array iterators
Widely availableTyped arrays are iterable with the for … of
statement and enumerable with the methods entries()
, keys()
, and values()
.
Typed arrays are iterable with the for … of
statement and enumerable with the methods entries()
, keys()
, and values()
.