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

Sets a string’s length to zero.

§Parameters:

  • NSTDString *string - The string to clear.