Inline list/array concatenate.
e1 %c% e2
e1
first, or left argument.
e2
second, or right argument.
c(e1, c2)
1:2 %c% 5:6 c("a", "b") %c% "d"