mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
helper for generating dec
functions
This commit is contained in:
parent
13e52844c7
commit
f383ff14f8
2 changed files with 28 additions and 0 deletions
|
@ -1609,6 +1609,8 @@ trait Backend<'a> {
|
|||
ret_layout: InLayout<'a>,
|
||||
);
|
||||
|
||||
fn gen_refcount_proc_dec(&mut self, layout: InLayout<'a>) -> Symbol;
|
||||
|
||||
/// build_list_with_capacity creates and returns a list with the given capacity.
|
||||
fn build_list_with_capacity(
|
||||
&mut self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue