Returns an iterable of keys (indices) in the typed array.
keys()
An iterable of keys.
[...new Uint32Array([1, 2, 3])]
[1, 2, 3]