Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Iterable conformance to Godot's Array and TypedArray classes #24

Open
fuzzybinary opened this issue Oct 30, 2024 · 0 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@fuzzybinary
Copy link
Owner

While we can't use actual Dart Arrays without performing full conversions, it would be nice if Array and TypedArray supported for loops like normal arrays.

These will likely need to be added to the class generator as methods added specifically for Array and TypedArray

@fuzzybinary fuzzybinary added enhancement New feature or request good first issue Good for newcomers labels Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant