mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Have List.withCapacity lowlevel use u64 over usize
This commit is contained in:
parent
aabd95404f
commit
0b42a902ab
3 changed files with 14 additions and 18 deletions
|
@ -472,7 +472,7 @@ pub fn listMap4(
|
|||
}
|
||||
|
||||
pub fn listWithCapacity(
|
||||
capacity: usize,
|
||||
capacity: u64,
|
||||
alignment: u32,
|
||||
element_width: usize,
|
||||
) callconv(.C) RocList {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue