JanetDocsPlaygroundI'm feeling luckyGitHub sign in

juxt*



    function
    boot.janet on line 1165, column 1

    (juxt* & funs)

    Returns the juxtaposition of functions. In other words, `((juxt* a 
    b c) x)` evaluates to `[(a x) (b x) (c x)]`.


0 examplesSign in to add an example
Loading...