JanetDocsPlaygroundI'm feeling luckyGitHub sign in
# Convert an array of k/v pairs into a table (def kvp @[[:foo 1] [:bar 2]]) (table ;(mapcat identity kvp)) # => @{:foo 1 :bar 2}