[src]

Function std::str::raw::from_utf8_owned

pub unsafe fn from_utf8_owned(v: ~[u8]) -> ~str

Converts an owned vector of bytes to a new owned string. This assumes that the utf-8-ness of the vector has already been validated