#[no_mangle]
pub extern "C" fn nstd_string_from_u16(v: NSTDUInt16) -> NSTDString
Available on crate feature nstd_string only.
Expand description

Creates a new NSTDString from an NSTDUInt16.

Parameters:

  • NSTDUInt16 v - The 16-bit unsigned integer value.

Returns

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

Panics

Panics if allocating fails.