mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-21 05:05:00 -07:00
expand_to_tuple for fixed arrays
This commit is contained in:
+2
-3
@@ -37,9 +37,8 @@ struct ExactValue {
|
||||
f64 value_float;
|
||||
i64 value_pointer;
|
||||
Complex128 value_complex;
|
||||
Ast * value_compound;
|
||||
Ast * value_procedure;
|
||||
Entity * value_entity;
|
||||
Ast * value_compound;
|
||||
Ast * value_procedure;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user