Closed TennyZhuang closed 8 months ago
Duplicate of #620 which contains arguments on why it's not implemented.
Ok, I just take a look at the implementation and the explanation seems good to me.
BTW, if we use a bitwise-based implementation, I guess the rev
can be implemented in a naive solution?
No matter the implementation or the iterator, support a DoubleEndedIterator
implementation can have some cost to store backward informations (and not just forward ones).
But I guess that if you use a bitwise implementation (which is surely lightweight) then the cost would probably be quite small and more acceptable for you than here for us.
Duplicate of #620 which contains arguments on why it's not implemented.