interleave

Interleave two lists

If you have two lists that you want to combine, you can do so using zl object with an argument lace. However, it will only output a list that is twice as long as the shorter of the two lists. Hence, it's best if the two lists are the same length.