[src]

Function std::str::raw::push_bytes

pub unsafe fn push_bytes(s: &mut ~str, bytes: &[u8])

Appends a vector of bytes to a string. The caller must preserve the valid UTF-8 property.