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

Description Usage Arguments TODO

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

TODO

one-list fast-path


lisp documentation built on May 2, 2019, 4:45 p.m.

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