mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
write List.set in zig
This commit is contained in:
parent
e16436bdd0
commit
25ec057b2b
5 changed files with 93 additions and 37 deletions
|
@ -82,3 +82,4 @@ pub const LIST_RANGE: &str = "roc_builtins.list.range";
|
|||
pub const LIST_REVERSE: &str = "roc_builtins.list.reverse";
|
||||
pub const LIST_SORT_WITH: &str = "roc_builtins.list.sort_with";
|
||||
pub const LIST_CONCAT: &str = "roc_builtins.list.concat";
|
||||
pub const LIST_SET: &str = "roc_builtins.list.set";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue