mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
add Set.fromList
This commit is contained in:
parent
581628f461
commit
49ca8f3e86
10 changed files with 166 additions and 35 deletions
|
@ -51,3 +51,5 @@ pub const DICT_UNION: &str = "roc_builtins.dict.union";
|
|||
pub const DICT_DIFFERENCE: &str = "roc_builtins.dict.difference";
|
||||
pub const DICT_INTERSECTION: &str = "roc_builtins.dict.intersection";
|
||||
pub const DICT_WALK: &str = "roc_builtins.dict.walk";
|
||||
|
||||
pub const SET_FROM_LIST: &str = "roc_builtins.dict.set_from_list";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue