mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
basic versions of contains and remove
This commit is contained in:
parent
b4ab02f23a
commit
afe2f51660
13 changed files with 402 additions and 23 deletions
|
@ -31,6 +31,8 @@ pub enum LowLevel {
|
|||
DictSize,
|
||||
DictEmpty,
|
||||
DictInsert,
|
||||
DictRemove,
|
||||
DictContains,
|
||||
NumAdd,
|
||||
NumAddWrap,
|
||||
NumAddChecked,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue