JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(def a @[1 2]) (array/concat a 3 [4 5] @[6 7] [] @[] 8) a # => @[1 2 3 4 5 6 7 8]