mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
add Set.fromList
This commit is contained in:
parent
581628f461
commit
49ca8f3e86
10 changed files with 166 additions and 35 deletions
|
@ -41,6 +41,7 @@ pub enum LowLevel {
|
|||
DictIntersection,
|
||||
DictDifference,
|
||||
DictWalk,
|
||||
SetFromList,
|
||||
NumAdd,
|
||||
NumAddWrap,
|
||||
NumAddChecked,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue