mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Added support for generic tuples
This commit is contained in:
parent
a186421ba8
commit
6fe9c78ada
13 changed files with 403 additions and 158 deletions
|
@ -265,7 +265,7 @@ struct DeferredTupleAssignData
|
|||
};
|
||||
|
||||
Array<Entry> mChildren;
|
||||
BfTupleType* mTupleType;
|
||||
BfTypeInstance* mTupleType;
|
||||
|
||||
~DeferredTupleAssignData();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue