mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +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
|
@ -889,7 +889,7 @@ define_builtins! {
|
|||
3 DICT_SINGLETON: "singleton"
|
||||
4 DICT_GET: "get"
|
||||
5 DICT_INSERT: "insert"
|
||||
6 DICT_SIZE: "size"
|
||||
6 DICT_LEN: "len"
|
||||
|
||||
// This should not be exposed to users, its for testing the
|
||||
// hash function ONLY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue