Hash Low Level

This commit is contained in:
Chadtech 2021-01-13 21:24:16 -05:00
parent cddd64f1c9
commit 64d69b9ec4
3 changed files with 8 additions and 0 deletions

View file

@ -543,5 +543,6 @@ pub fn lowlevel_borrow_signature(arena: &Bump, op: LowLevel) -> &[bool] {
}
StrStartsWith | StrEndsWith => arena.alloc_slice_copy(&[owned, borrowed]),
StrFromInt => arena.alloc_slice_copy(&[irrelevant]),
Hash => arena.alloc_slice_copy(&[borrowed]),
}
}