fn count(comptime fmt: []const u8, args: anytype) u64

Count the characters needed for format. Useful for preallocating memory

Parameters

fmt: []const u8,
args: anytype,