nstd_str_string_as_slice

Function nstd_str_string_as_slice 

Source
pub unsafe extern "C" fn nstd_str_string_as_slice(
    string: &NSTDString,
) -> NSTDSlice
Expand description

Creates an NSTDSlice from an NSTDString. Parameters: const NSTDString *const string - The string. Returns: NSTDSlice slice - The new slice.