summaryrefslogtreecommitdiff
path: root/test/files/run/unittest_iterator.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix for sliding boundary condition.Paul Phillips2010-05-181-3/+6
|
* Made sliding/grouped throw an exception when re...Paul Phillips2010-02-031-0/+13
| | | | | | Made sliding/grouped throw an exception when read past the end. Closes #3017.
* The fruit of a bunch of iteration on Iterator.Paul Phillips2009-08-221-0/+37
Flexible yet simple/clean API for grouped and sliding.