fuzzybinary / fuzzybinary/godot_dart
Set up `TypedArray<T>` to return elements of type T
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 203
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
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 to properly return elements of the correct type.
Work on this likely needs to be preceded by #12
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing issue #12, which the issue identifies as a prerequisite. Then locate the TypedArray interface and inspect how its element access currently works. Done means the interface returns elements of type T and permits setting elements of type T, with the relevant existing checks or tests passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100