write List.set in zig

This commit is contained in:
Folkert 2021-05-22 22:13:54 +02:00
parent e16436bdd0
commit 25ec057b2b
5 changed files with 93 additions and 37 deletions

View file

@ -25,6 +25,7 @@ comptime {
exportListFn(list.listReverse, "reverse");
exportListFn(list.listSortWith, "sort_with");
exportListFn(list.listConcat, "concat");
exportListFn(list.listSet, "set");
}
// Dict Module