first steps for init

This commit is contained in:
Folkert 2021-02-09 22:47:38 +01:00
parent 352008e8a0
commit b6ceaab341
5 changed files with 54 additions and 1 deletions

View file

@ -591,5 +591,6 @@ pub fn lowlevel_borrow_signature(arena: &Bump, op: LowLevel) -> &[bool] {
Hash => arena.alloc_slice_copy(&[borrowed, irrelevant]),
DictSize => arena.alloc_slice_copy(&[borrowed]),
DictEmpty => &[],
DictInsert => arena.alloc_slice_copy(&[owned, owned, owned]),
}
}