955d5affa8
Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable |
||
---|---|---|
.. | ||
export.cpp | ||
export.h | ||
export_plugin.cpp | ||
export_plugin.h | ||
godot_plugin_config.cpp | ||
godot_plugin_config.h | ||
gradle_export_util.cpp | ||
gradle_export_util.h | ||
logo.svg | ||
run_icon.svg |