godotengine / godot-cpp

C++ bindings for the Godot script API
MIT License
1.7k stars 528 forks source link

[Core] Reduce and prevent unnecessary random-access to `List` #1457

Closed AThousandShips closed 4 months ago

AThousandShips commented 4 months ago

Optionally kept the index operators for compatibility with code using the old syntax, which matters more than in the engine itself, though the conversion is trivial

See:

AThousandShips commented 4 months ago

Thank you!