pub const BUFFER_APPEND_STR: u8 = 0x91;
Append the bytes of a string to a buffer. Pop str, pop buf → push buf (same handle). The String pointed to by buf.handle is mutated in place via String::push_str.
buf.handle
String::push_str