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

@ -135,6 +135,7 @@ impl LowLevel {
| ListPrepend
| ListJoin
| ListRange
| ListSwap
| DictSize
| DictEmpty
| DictInsert