mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +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
|
@ -34,4 +34,4 @@ pub const STR_NUMBER_OF_BYTES: &str = "roc_builtins.str.number_of_bytes";
|
|||
pub const STR_FROM_INT: &str = "roc_builtins.str.from_int";
|
||||
pub const STR_EQUAL: &str = "roc_builtins.str.equal";
|
||||
|
||||
pub const DICT_SIZE: &str = "roc_builtins.dict.size";
|
||||
pub const DICT_LEN: &str = "roc_builtins.dict.len";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue