mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
List.appendUnsafe and List.reserve
This commit is contained in:
parent
dda79a255e
commit
56c9787e8f
13 changed files with 165 additions and 81 deletions
|
@ -1029,7 +1029,7 @@ fn lowlevel_spec(
|
|||
|
||||
with_new_heap_cell(builder, block, bag)
|
||||
}
|
||||
ListAppend => {
|
||||
ListAppendUnsafe => {
|
||||
let list = env.symbols[&arguments[0]];
|
||||
let to_insert = env.symbols[&arguments[1]];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue