Re: sequence suggestion
- Posted by mattlewis (admin) Dec 02, 2011
- 1103 views
ecoder said...
a new feature that would be a great addition to the power of euphorias sequence would be to receive a sequence back of all the indexes inside a sequence with a shorthand of this usage:
...
should be much faster and easier than loops, but to implement it is another thing
In std/sequence.e, we have the vslice() function which does this.
Matt