Add Iterable
conformance to Godot's Array and TypedArray classes
#24
Labels
Iterable
conformance to Godot's Array and TypedArray classes
#24
While we can't use actual Dart Arrays without performing full conversions, it would be nice if
Array
andTypedArray
supported for loops like normal arrays.These will likely need to be added to the class generator as methods added specifically for
Array
andTypedArray
The text was updated successfully, but these errors were encountered: