mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Rearrange where usize -> u64 conversions happen
This commit is contained in:
parent
ca8f83b896
commit
b2ce7e5fcf
4 changed files with 35 additions and 20 deletions
|
@ -232,8 +232,8 @@ impl<'a> LowLevelCall<'a> {
|
|||
|
||||
output: *FromUtf8Result i32
|
||||
arg: RocList i32
|
||||
start i32
|
||||
count i32
|
||||
start i64
|
||||
count i64
|
||||
update_mode: UpdateMode i32
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue