Element - y - Uninterleave
Characters:
y
Description
Push every other item of a, and the rest.
Overloads
any-a[::2], a[1::2] (every second item, the rest)
Examples
`abcde` y=`bd`⟨1|2|3|4⟩ y=⟨2|4⟩123 y=⟨2⟩⟨⟩ y=⟨⟩