IterTools
The IterTools class adds additional common Iterator utility functions. Support
for cycling, slicing, chaining, takeWhile, and dropWhile.
Version
1.7Owner
jjdonaldLicense
BSDHistory
-
2009-06-28 20:07:231.7Fixed bug in chain().
-
2009-04-15 21:28:261.6Fixed 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:551.5Removed package/directory hierarchy per the haxeLib best practice suggestions
-
2009-02-23 20:04:561.4Moved predicate behavior methods over from ListTools
-
2009-02-20 23:19:361.3Cleaned up annoying .svn folders from the base install
-
2009-02-07 19:13:151.2Simplified dropWhile() method. Added StoredIterator class
-
2009-01-08 18:38:391.0Initial Version