godot_dart
godot_dart copied to clipboard
Add `Iterable` conformance to Godot's Array and TypedArray classes
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