JanetDocsPlaygroundI'm feeling luckyGitHub sign in
# Map over multiple structures -- Stops after the shortest is exhausted. (map (fn [& args] ;args) [1] [1 2] [1 2 3]) # => @[(1 1 1)]