lib.haxe.org

IterTools

The IterTools class adds additional common Iterator utility functions. Support for cycling, slicing, chaining, takeWhile, and dropWhile.
Version
1.7
Owner
jjdonald
License
BSD

History

  • 2009-06-28 20:07:23
    1.7
    Fixed bug in chain().
  • 2009-04-15 21:28:26
    1.6
    Fixed and simplified range(). Updated iterator routines that depend on Array combinations/permutations. Added the ListType compiler switch to this class (since ListTools/HashTools both depend on this class). Also added the SugarList class to this package.
  • 2009-03-20 20:07:55
    1.5
    Removed package/directory hierarchy per the haxeLib best practice suggestions
  • 2009-02-23 20:04:56
    1.4
    Moved predicate behavior methods over from ListTools
  • 2009-02-20 23:19:36
    1.3
    Cleaned up annoying .svn folders from the base install
  • 2009-02-07 19:13:15
    1.2
    Simplified dropWhile() method. Added StoredIterator class
  • 2009-01-08 18:38:39
    1.0
    Initial Version