mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-17 00:24:05 +00:00
Basic polymorphic named procedure parameters for procedures and records
This commit is contained in:
@@ -1039,6 +1039,9 @@ bool is_type_constant_type(Type *t) {
|
||||
if (t->kind == Type_BitSet) {
|
||||
return true;
|
||||
}
|
||||
if (t->kind == Type_Proc) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
bool is_type_float(Type *t) {
|
||||
|
||||
Reference in New Issue
Block a user