Update List.reserve to no longer use Nat

This commit is contained in:
Richard Feldman 2024-01-22 23:48:21 -05:00
parent e207a7ce53
commit 27474d4ed8
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
4 changed files with 14 additions and 8 deletions

View file

@ -514,7 +514,7 @@ impl<'a> LowLevelCall<'a> {
// (return pointer) i32
// list: RocList i32
// alignment: u32 i32
// spare: usize i32
// spare: u64 i64
// element_width: usize i32
// update_mode: UpdateMode i32