itoa

quick & dirty unsigned to text converter, where the provided output must be large enough to house the result (10 digits in the largest case). For mainstream use, consider utilizing format() instead.

Returns a populated slice of the provided output

T[]
itoa
(
T
)
(
T[] output
,
uint value
,
int radix = 10
)

Meta