mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Support System.Compiler values in comptime, SetReturnType, Enum helpers
This commit is contained in:
parent
0e86b5c49d
commit
2a55b5c7bb
14 changed files with 341 additions and 63 deletions
|
@ -109,7 +109,8 @@ enum BfCastFlags
|
|||
BfCastFlags_WarnOnBox = 0x800,
|
||||
BfCastFlags_IsCastCheck = 0x1000,
|
||||
BfCastFlags_IsConstraintCheck = 0x2000,
|
||||
BfCastFlags_WantsConst = 0x4000
|
||||
BfCastFlags_WantsConst = 0x4000,
|
||||
BfCastFlags_FromComptimeReturn = 0x8000
|
||||
};
|
||||
|
||||
enum BfCastResultFlags : int8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue