mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +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
|
@ -25,6 +25,7 @@ comptime {
|
|||
exportListFn(list.listReverse, "reverse");
|
||||
exportListFn(list.listSortWith, "sort_with");
|
||||
exportListFn(list.listConcat, "concat");
|
||||
exportListFn(list.listSet, "set");
|
||||
}
|
||||
|
||||
// Dict Module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue