Function std::str::from_utf8_unchecked_mut [] [src]

pub unsafe fn from_utf8_unchecked_mut(v: &mut [u8]) -> &mut str
🔬 This is a nightly-only experimental API. (str_mut_extras #41119)

Converts a slice of bytes to a string slice without checking that the string contains valid UTF-8; mutable version.

See the immutable version, from_utf8_unchecked(), for more information.