| ... | @@ -1,6 +1,6 @@ | ... | @@ -1,6 +1,6 @@ |
| 1 | const std = @import("std"); | 1 | const std = @import("std"); |
| 2 | const string = []const u8; | 2 | const string = []const u8; |
| 3 | const range = @import("range").range; | 3 | pub const range = @import("range").range; |
| 4 | | 4 | |
| 5 | pub fn fmtByteCountIEC(alloc: std.mem.Allocator, b: u64) !string { | 5 | pub fn fmtByteCountIEC(alloc: std.mem.Allocator, b: u64) !string { |
| 6 | return try reduceNumber(alloc, b, 1024, "B", "KMGTPEZY"); | 6 | return try reduceNumber(alloc, b, 1024, "B", "KMGTPEZY"); |