Function nstd_sys::string::nstd_string_from_i8
source · #[no_mangle]
pub extern "C" fn nstd_string_from_i8(
v: NSTDInt8
) -> NSTDString<'static>Available on crate feature
string only.Expand description
Creates a new NSTDString from an NSTDInt8.
Parameters:
NSTDInt8 v- The 8-bit signed integer value.
Returns
NSTDString string - The 8-bit signed integer value as a string.