godot_dart icon indicating copy to clipboard operation
godot_dart copied to clipboard

Set up `TypedArray<T>` to return elements of type T

Open fuzzybinary opened this issue 1 year ago • 0 comments

Currently, TypedArray<T> is only a marker interface because it doesn't return elements of type T and it doesn't allow you to set elements of type T.

We should modify TypedArray<T> to properly return elements of the correct type.

Work on this likely needs to be preceded by #12

fuzzybinary avatar Oct 30 '24 03:10 fuzzybinary