Learn R Programming

lisp (version 0.1)

pair.fold.right: pair-fold-right from SRFI-1.

Description

pair-fold-right from SRFI-1.

Usage

pair.fold.right(f, nil, ...)

Arguments

f
function to apply over the list-tails
nil
the default value
...
the lists whose tails fold over