Say we have two sequences and we and we want to combine them using some method
val a = Vector(1,2,3) val b = Vector(4,5,6)
for example addi