Open
Description
Pointers
expose asTypedList
which yields a TypedData
which can be iterated over. Array
s do not.
We should either create an Array.asTypedList
set of extensions, or provide another way to iterate over an Array
's content. (Bonus: Array
s already carry a lenght, so .asTypedList()
does not require a length argument.)
@timsneath thanks for reporting!