#[no_mangle]
pub unsafe extern "C" fn nstd_string_pop(
    string: &mut NSTDString
) -> NSTDUnichar
Expand description

Removes an NSTDUnichar from the end of an NSTDString.

Parameters

  • NSTDString *const string - The string.

Returns

NSTDUnichar chr - The unichar that was popped off the string, fill char on error.