Added initialiser list support to TypedDictionary

This commit is contained in:
Tom
2025-03-24 19:42:04 +00:00
parent da064d84d2
commit 335b490061
3 changed files with 79 additions and 44 deletions

View File

@@ -70,6 +70,10 @@ class Ref {
}
public:
static _FORCE_INLINE_ String get_class_static() {
return T::get_class_static();
}
_FORCE_INLINE_ bool operator==(const T *p_ptr) const {
return reference == p_ptr;
}