rename Dict.size to Dict.len

This commit is contained in:
Chadtech 2021-01-21 23:16:25 -05:00
parent 609bb21fad
commit 9d776a2de5
10 changed files with 19 additions and 19 deletions

View file

@ -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