mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Dict.get
This commit is contained in:
parent
cba729a933
commit
ac5eb0f6f6
10 changed files with 296 additions and 2 deletions
|
@ -594,5 +594,6 @@ pub fn lowlevel_borrow_signature(arena: &Bump, op: LowLevel) -> &[bool] {
|
|||
DictInsert => arena.alloc_slice_copy(&[owned, owned, owned]),
|
||||
DictRemove => arena.alloc_slice_copy(&[owned, borrowed]),
|
||||
DictContains => arena.alloc_slice_copy(&[borrowed, borrowed]),
|
||||
DictGetUnsafe => arena.alloc_slice_copy(&[borrowed, borrowed]),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue