Returns an iterable of values in the typed array.
values()
An iterable of values.
[...new Int8Array([1, 2, 3]).values()]
[1, 2, 3]