fn count(comptime fmt: []const u8, args: anytype) u64
[src]
Count the characters needed for format. Useful for preallocating memory
fn count(comptime fmt: []const u8, args: anytype) u64
Count the characters needed for format. Useful for preallocating memory