append_instrs

Function append_instrs 

Source
pub fn append_instrs<A, B>(
    lhs: &mut Vec<Instr<A, B>>,
    rhs: &mut Vec<Instr<A, B>>,
)
Expand description

Append instructions from rhs into the lhs vector, leaving rhs empty (the same behavior as Vec::append).