| author | |
| committer | |
| log | edc40157eb3b547f86185e2f85c08daf928eb9f1 |
| tree | 26e38f51fb7d3a5b5d716d47ac0c01582491f33d |
| parent | 42b1b6be90fc1034875a6e16cf3cbe1c9d6030ca |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/hash_map.zig+1-1| ... | ... | @@ -113,7 +113,7 @@ pub fn HashMap( |
| 113 | 113 | return self.unmanaged.clearAndFree(self.allocator); |
| 114 | 114 | } |
| 115 | 115 | |
| 116 | pub fn count(self: Self) usize { | |
| 116 | pub fn count(self: Self) Size { | |
| 117 | 117 | return self.unmanaged.count(); |
| 118 | 118 | } |
| 119 | 119 |