JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(interleave [:a :b :c] [1 2 3] ["x" "y" "z"]) # => @[:a 1 "x" :b 2 "y" :c 3 "z"]