#Printing a number in a (non-comptime) base using the Standard Library

1 messages · Page 1 of 1 (latest)

shell moss
#

Title. Although it wouldn't be difficult to write my own function, I was wondering If std provides a way to do this (grepping through fmt.zig was a dead end).

mental river
#

std.fmt.formatInt?

shell moss
#

How did I miss that, thanks!