ecmascript-reverse-iterable icon indicating copy to clipboard operation
ecmascript-reverse-iterable copied to clipboard

ReverseIterable Interface Spec Proposal

Results 2 ecmascript-reverse-iterable issues
Sort by recently updated
recently updated
newest added

This IMHO would be much easier to use, and it would have benefits that extend beyond iteration, too. - If it doesn't have a `.reversed` method, it isn't reversible. I...

I think a valuable part of a proposal like this is to compare with how other languages and standard libraries have solved this issue. I'd be curious to see C#...