| ... | @@ -216,7 +216,7 @@ pub fn ArrayHashMap( | ... | @@ -216,7 +216,7 @@ pub fn ArrayHashMap( |
| 216 | | 216 | |
| 217 | /// Returns the number of total elements which may be present before it is | 217 | /// Returns the number of total elements which may be present before it is |
| 218 | /// no longer guaranteed that no allocations will be performed. | 218 | /// no longer guaranteed that no allocations will be performed. |
| 219 | pub fn capacity(self: *Self) usize { | 219 | pub fn capacity(self: Self) usize { |
| 220 | return self.unmanaged.capacity(); | 220 | return self.unmanaged.capacity(); |
| 221 | } | 221 | } |
| 222 | | 222 | |