#[no_mangle]
pub extern "C" fn nstd_string_as_str_mut(
    string: &mut NSTDString<'_>
) -> NSTDStrMut
Available on crate feature string only.
Expand description

Creates a string slice containing the contents of string.

§Parameters:

  • NSTDString *string - The string.

§Returns

NSTDStrMut str - The new string slice.