Merge remote-tracking branch 'origin/trunk' into zig-list-set

This commit is contained in:
Folkert 2021-05-23 16:28:20 +02:00
commit 2e8a246095
24 changed files with 136 additions and 12 deletions

View file

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