Atom - ż - Zip (Interleave)

Characters: ż

Tags: array

Arity: dyadic

This atom is dyadic, which means it takes two arguments.

Functionality

Interleave x and y, returning pairs of elements and trailing single elements from the longer list.

Synonyms

This atom should work roughly the same way as or very similarly in concept to the following code snippets (some edge case exceptions may exist):