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

Description Usage Arguments

View source: R/lisp.R

Description

pair-fold-right from SRFI-1.

Usage

1

Arguments

f

function to apply over the list-tails

nil

the default value

...

the lists whose tails fold over


lisp documentation built on May 1, 2019, 8:46 p.m.

Related to pair.fold.right in lisp...