This commit is contained in:
Platin21
2020-09-27 22:13:12 +03:00
8 changed files with 474 additions and 203 deletions
+2
View File
@@ -110,6 +110,8 @@ bool does_field_type_allow_using(Type *t) {
return true;
} else if (is_type_array(t)) {
return t->Array.count <= 4;
} else if (is_type_typeid(t)) {
return true;
}
return false;
}