[src]

Function std::str::raw::push_byte

pub unsafe fn push_byte(s: &mut ~str, b: u8)

Appends a byte to a string. The caller must preserve the valid UTF-8 property.