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

Creates a new NSTDString from an NSTDUInt64.

Parameters:

  • NSTDUInt64 v - The 64-bit unsigned integer value.

Returns

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