JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

reduce2

core-api


    function
    boot.janet on line 997, column 1

    (reduce2 f ind)

    The 2-argument version of `reduce` that does not take an 
    initialization value. Instead, the first element of the array is 
    used for initialization. If `ind` is empty, will evaluate to nil.


See also:reduce0 examplesSign in to add an example
Loading...