mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Added '->' operator, static indexer fix, RefCounted<T>
This commit is contained in:
parent
dd7986aaa9
commit
abd511a93d
14 changed files with 302 additions and 20 deletions
|
@ -1901,6 +1901,7 @@ enum BfUnaryOp
|
|||
{
|
||||
BfUnaryOp_None,
|
||||
BfUnaryOp_AddressOf,
|
||||
BfUnaryOp_Arrow,
|
||||
BfUnaryOp_Dereference,
|
||||
BfUnaryOp_Negate,
|
||||
BfUnaryOp_Not,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue