Javascript Iterator Class

Posted by Alsciende on Stack Overflow See other posts from Stack Overflow or by Alsciende
Published on 2010-04-15T11:58:58Z Indexed on 2010/04/15 12:03 UTC
Read the original article Hit count: 200

Filed under:
|

Do you know a js library that implements a generic Iterator class for collections (be it Arrays or some abstract Enumerable) with a full set of features, like the Google Common or the Apache Commons?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about iterator