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

Creates a new NSTDString from an NSTDInt64.

§Parameters:

  • NSTDInt64 v - The 64-bit signed integer value.

§Returns

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