mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Cache sized array length during typeref resolution
This commit is contained in:
parent
b1023ff36a
commit
0cf3e2283d
7 changed files with 20 additions and 15 deletions
|
@ -283,6 +283,9 @@ namespace System
|
|||
[LinkName("#CompileRev")]
|
||||
public static extern int32 CompileRev;
|
||||
|
||||
[LinkName("#NextId")]
|
||||
public static extern int64 NextId;
|
||||
|
||||
[Comptime(ConstEval=true)]
|
||||
public static void Assert(bool cond)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue