Skip to main content

BUFFER_APPEND_STR

Constant BUFFER_APPEND_STR 

Source
pub const BUFFER_APPEND_STR: u8 = 0x91;
Expand description

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.