godot/tests/core/variant
A Thousand Ships 955d5affa8
Reduce and prevent unnecessary random-access to List
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
2024-05-04 16:08:55 +02:00
..
test_array.h [Core] Fix incorrect comparison for Array const iterator 2024-04-13 17:32:33 +02:00
test_callable.h Add methods to get argument count of methods 2024-03-10 11:02:43 +01:00
test_dictionary.h Reduce and prevent unnecessary random-access to List 2024-05-04 16:08:55 +02:00
test_variant.h Add PackedVector4Array Variant type 2024-05-03 00:58:27 +02:00
test_variant_utility.h Add unit tests for type_convert Variant utility function 2023-09-08 10:13:22 -05:00