^^merge-vector-tail ( src1 src2 rep -- vreg )


Vocabulary
compiler.cfg.hats

Definition
USING: compiler.cfg.instructions compiler.cfg.registers kernel
;

IN: compiler.cfg.hats

: ^^merge-vector-tail ( src1 src2 rep -- vreg )
[ [ [ next-vreg dup [ ] dip ] dip ] dip ] dip
##merge-vector-tail, ; inline