unsigned_integer_to_string

Function unsigned_integer_to_string 

Source
pub fn unsigned_integer_to_string(value: u64) -> MetaString
Expand description

Converts an unsigned integer to a string representation.

No allocations are required.