This commit is contained in:
gingerBill
2020-09-26 23:12:20 +01:00
+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;
}