1
0
Fork 0
godot/tests/core/templates
Lukas Tenbrink d7f5c13db8 Add `Span` equality (`==` and `!=`) operators.
Exchange duplicate equality iteration implementations across `Vector` and `String` with the `Span` version, for a speed boost.
2025-11-15 14:21:54 +01:00
..
test_a_hash_map.h
test_command_queue.h
test_fixed_vector.h
test_hash_map.h
test_hash_set.h
test_list.h
test_local_vector.h
test_lru.h
test_paged_array.h
test_rid.h
test_self_list.h
test_span.h Add `Span` equality (`==` and `!=`) operators. 2025-11-15 14:21:54 +01:00
test_vector.h Replace `std::size` usage with `std_size` to avoid `<iterator>` include. 2025-10-05 00:26:11 +02:00
test_vset.h