Open
Description
Godot version
4.2.1-stable
godot-cpp version
4.2
System information
Manjaro GNOME, NVIDIA X11, Forward+
Issue description
Dictionary is missing get_value_at_index
, get_key_at_index
and get_valid
.
get_valid
is easy to work around, but the other two are problematic. The workaround if to get keys() and values() to iterate over, and it's slow.
Steps to reproduce
N/A
Minimal reproduction project
N/A