mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 20:00:09 +00:00
@@ -110,6 +110,8 @@ bool does_field_type_allow_using(Type *t) {
|
|||||||
return true;
|
return true;
|
||||||
} else if (is_type_array(t)) {
|
} else if (is_type_array(t)) {
|
||||||
return t->Array.count <= 4;
|
return t->Array.count <= 4;
|
||||||
|
} else if (is_type_typeid(t)) {
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user