Update List.sublist to no longer use Nat

This commit is contained in:
Richard Feldman 2024-01-22 23:12:18 -05:00
parent 2cf7b5b5ca
commit a71188dc30
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
4 changed files with 29 additions and 12 deletions

View file

@ -1867,8 +1867,8 @@ trait Backend<'a> {
// list: RocList,
// alignment: u32,
// element_width: usize,
// start: usize,
// len: usize,
// start: u64,
// len: u64,
// dec: Dec,
let list = args[0];
@ -1894,8 +1894,8 @@ trait Backend<'a> {
arg_layouts[0],
Layout::U32,
layout_usize,
arg_layouts[1],
arg_layouts[2],
Layout::U64,
Layout::U64,
layout_usize,
];