web-feature: Typed array iterators
Typed 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().