| author | |
| committer | |
| log | b2b48fbf2cf84744e5d154b7d4f62b298f725f2b |
| tree | 2c168af66ca4a9fd3ec0b260d1967bc9c68e08fd |
| parent | a2069612a5ee838fd88fdeb93f44c4d4fb1fcb8b |
Now that BufMap.BufMapHashMap is pub, we can just get Size directly1 files changed, 1 insertions(+), 2 deletions(-)
lib/std/process.zig+1-2| ... | @@ -307,8 +307,7 @@ pub const EnvMap = struct { | ... | @@ -307,8 +307,7 @@ pub const EnvMap = struct { |
| 307 | else => std.BufMap, | 307 | else => std.BufMap, |
| 308 | }; | 308 | }; |
| 309 | 309 | ||
| 310 | /// Matches what BufMap uses for its internal HashMap Size | 310 | pub const Size = std.BufMap.BufMapHashMap.Size; |
| 311 | pub const Size = u32; | ||
| 312 | 311 | ||
| 313 | const Self = @This(); | 312 | const Self = @This(); |
| 314 | 313 |