virtualx-engine/tests/core/object
A Thousand Ships a0dbdcc3ab
Replace find with contains/has where applicable
* Replaces `find(...) != -1` with `contains` for `String`
* Replaces `find(...) == -1` with `!contains` for `String`
* Replaces `find(...) != -1` with `has` for containers
* Replaces `find(...) == -1` with `!has` for containers
2024-05-08 12:37:42 +02:00
..
test_class_db.h Replace find with contains/has where applicable 2024-05-08 12:37:42 +02:00
test_method_bind.h
test_object.h Reduce and prevent unnecessary random-access to List 2024-05-04 16:08:55 +02:00
test_undo_redo.h