mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
a0dbdcc3ab
* 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 |
||
---|---|---|
.. | ||
config | ||
input | ||
io | ||
math | ||
object | ||
os | ||
string | ||
templates | ||
threads | ||
variant | ||
test_crypto.h | ||
test_hashing_context.h | ||
test_time.h |