mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +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
|
@ -5,7 +5,7 @@ const testing = std.testing;
|
|||
// Dict Module
|
||||
const dict = @import("dict.zig");
|
||||
comptime {
|
||||
exportDictFn(dict.dictSize, "size");
|
||||
exportDictFn(dict.dictLen, "len");
|
||||
}
|
||||
|
||||
// Num Module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue