Add plumbing for List.swap

This commit is contained in:
tarjei 2021-05-29 21:30:16 +02:00
parent 98011f48a8
commit 107822a5cc
9 changed files with 87 additions and 2 deletions

View file

@ -30,6 +30,7 @@ comptime {
exportListFn(list.listConcat, "concat");
exportListFn(list.listDrop, "drop");
exportListFn(list.listSet, "set");
exportListFn(list.listSwap, "swap");
}
// Dict Module