Vocabularymath.
vectorsInputsOutputsWord descriptionCreates a new sequence of the same type as and twice the length of
u and
v by interleaving the elements of
u and
v.
ExamplesUSING: kernel math.vectors prettyprint ;
{ "A" "B" "C" "D" } { "1" "2" "3" "4" } vmerge .
{ "A" "1" "B" "2" "C" "3" "D" "4" }
See also(vmerge),
(vmerge-head),
(vmerge-tail)DefinitionMethods