zero-functional / zero-functional

A library providing zero-cost chaining for functional abstractions in Nim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Planning to add `reverse()`?

pb-cdunn opened this issue · comments

Are you planning to add a reverse() iterator?

Is this a discussion? Or an issue?

What is the use case?

Are you asking for a library or for a language feature?

I thought this would be a useful "supported method". Would it be too inefficient?

No, but what would be the proper way of using it?
It probably should only be allowed as first call. Also the combinations with (all) other methods would have to be tested.

Seriously though I'd be more willing to do it if I wouldn't have to do all the work - at least not right now since I've got a few other topics I'm working on.

Would you like to test that stuff when it's done? Or maybe implement that feature?

Someday, yes. But feel free to close this if you want.