Perfect! Thanks
On Aug 25, 9:22 pm, Rich Hickey <[EMAIL PROTECTED]> wrote:
> On Aug 25, 9:16 pm, John <[EMAIL PROTECTED]> wrote:
>
> > For each element, get element and next element (incrementing index by
> > one, not two), operate on the two, returning a new collection.
> > There's the brute for
On Aug 25, 9:16 pm, John <[EMAIL PROTECTED]> wrote:
> For each element, get element and next element (incrementing index by
> one, not two), operate on the two, returning a new collection.
> There's the brute force method, but I'm wondering if map or for or any
> of their ilk can pull pairs at a
For each element, get element and next element (incrementing index by
one, not two), operate on the two, returning a new collection.
There's the brute force method, but I'm wondering if map or for or any
of their ilk can pull pairs at a time out of a collection, moving
across the collection one el