switch from pair to record and change name to ListReplaceUnsafe

This commit is contained in:
Brendan Hansknecht 2022-02-24 20:41:26 -08:00
parent 27b47713aa
commit dddf8ff785
8 changed files with 29 additions and 25 deletions

View file

@ -28,7 +28,7 @@ pub enum LowLevel {
ListSet,
ListSingle,
ListRepeat,
ListReplace,
ListReplaceUnsafe,
ListReverse,
ListConcat,
ListContains,