mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
rename Dict.size to Dict.len
This commit is contained in:
parent
609bb21fad
commit
9d776a2de5
10 changed files with 19 additions and 19 deletions
|
@ -1,4 +1,4 @@
|
|||
use crate::llvm::build_dict::dict_size;
|
||||
use crate::llvm::build_dict::dict_len;
|
||||
use crate::llvm::build_hash::hash;
|
||||
use crate::llvm::build_list::{
|
||||
allocate_list, empty_list, empty_polymorphic_list, list_append, list_concat, list_contains,
|
||||
|
@ -3856,7 +3856,7 @@ fn run_low_level<'a, 'ctx, 'env>(
|
|||
|
||||
hash(env, value, layout)
|
||||
}
|
||||
DictSize => dict_size(env, scope, args[0]),
|
||||
DictSize => dict_len(env, scope, args[0]),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue