enumerable icon indicating copy to clipboard operation
enumerable copied to clipboard

Enumerable mixin

Results 11 enumerable issues
Sort by recently updated
recently updated
newest added

As far as I can tell, there's no way to access the length of the enumerable's data via the enumerable interface without invoking `__iterator__.length`, or doing `.count(function(){return true})`. This grants...

`.next()` and no index etc.. no random access

I wonder if async support could be added using `function.length` check ala mocha.

Would it be a bad idea to ensure that in the following example, given that `collection` is an instance of an Enumerable subtype, `filteredCollection` is of the same type instead...

I'm new to components and I was browsing through some libraries and fell on this one. I had the impression that stuff like `map` and `any` should reside in its...

Why not use the same name for filtering as the native ecmascript 5 method? Another reason is that it's particularly confusing for .net developers since in .net the map method...

dox --api needs to default to ignoring implicit titles, and wrap with github's code things for highlighting

enhancement