pub fn append_instrs<A, B>( lhs: &mut Vec<Instr<A, B>>, rhs: &mut Vec<Instr<A, B>>, )
Append instructions from rhs into the lhs vector, leaving rhs empty (the same behavior as Vec::append).
Vec::append