Generic Function Internal-Do-Seq (1 method)

( internal-do-seq seq elt-fn value-fn index? &key start end from-end? ( start 0) ( end (wb-seq-tree-size (wb-seq-contents s))) )

Part of:

package fset
Calls elt-fn on successive elements of seq, possibly restricted by
start and end, and in reverse order if from-end? is true. When done,
calls value-fn on no arguments and returns the result(s). This is called
by do-seq to provide for the possibility of different seq implementations;
it is not for public use. elt-fn and value-fn must be function objects,
not symbols.

Method Summary

internal-do-seq wb-seq  t  t  t