JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

juxt*

core-api


    function
    boot.janet on line 1278, 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...