JanetDocsPlaygroundI'm feeling luckyGitHub sign in

zipcoll



    function
    boot.janet on line 1448, column 1

    (zipcoll ks vs)

    Creates a table from two arrays/tuples. Returns a new table.


1 exampleSign in to add an example
Loading...
(zipcoll [:a :b :c] [1 2 3])  #=> @{:c 3 :a 1 :b 2}
uvtcPlayground