mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
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 |
||
---|---|---|
.. | ||
test_array.h | ||
test_callable.h | ||
test_dictionary.h | ||
test_variant_utility.h | ||
test_variant.h |