#[no_mangle]
pub extern "C" fn nstd_string_from_uint(
    v: NSTDUInt
) -> NSTDString<'static>
Available on crate feature string only.
Expand description

Creates a new NSTDString from an NSTDUInt.

Parameters:

  • NSTDUInt v - The arch-bit unsigned integer value.

Returns

NSTDString string - The arch-bit unsigned integer value as a string.