mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
add Ptr lowlevels
This commit is contained in:
parent
17512873e8
commit
76dcb75ff6
5 changed files with 10 additions and 6 deletions
|
@ -118,7 +118,9 @@ pub enum LowLevel {
|
|||
Not,
|
||||
Hash,
|
||||
PtrCast,
|
||||
PtrWrite,
|
||||
PtrStore,
|
||||
PtrLoad,
|
||||
PtrToZeroed,
|
||||
RefCountIncRcPtr,
|
||||
RefCountDecRcPtr,
|
||||
RefCountIncDataPtr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue