mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Update List.dropAt to no longer use Nat
This commit is contained in:
parent
4a870c8ee0
commit
a8918a4e3b
4 changed files with 17 additions and 12 deletions
|
@ -722,7 +722,7 @@ impl<'a> LowLevelCall<'a> {
|
|||
// list: RocList, i32
|
||||
// element_width: usize, i32
|
||||
// alignment: u32, i32
|
||||
// drop_index: usize, i32
|
||||
// drop_index: u64, i64
|
||||
// dec: Dec, i32
|
||||
|
||||
// Load the return pointer and the list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue