mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
remove ListSetInPlace
This commit is contained in:
parent
07dea4ee04
commit
059cac3b98
3 changed files with 0 additions and 24 deletions
|
@ -18,7 +18,6 @@ pub enum LowLevel {
|
|||
ListLen,
|
||||
ListGetUnsafe,
|
||||
ListSet,
|
||||
ListSetInPlace,
|
||||
ListSingle,
|
||||
ListRepeat,
|
||||
ListReverse,
|
||||
|
@ -125,7 +124,6 @@ impl LowLevel {
|
|||
| ListLen
|
||||
| ListGetUnsafe
|
||||
| ListSet
|
||||
| ListSetInPlace
|
||||
| ListDrop
|
||||
| ListSingle
|
||||
| ListRepeat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue