Package:
xpath
Function
enumerate
Lambda List
enumerate (pipe &key count key (result pipe))
Arguments
- pipe -- a pipe
- count -- a non-negative integer
- key -- a function
- result -- an object
Return Value
the value of result (the value of pipe by default)
Details
Goes through all or count elements of pipe, possibly applying the key function.