-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement __reversed__()
in Array
#209
Comments
Minor changes are needed, you can do it. |
lets resolve #206 and I will bundle all the changes in one PR |
#206 is a very different issue. Please make separate PR for this one. |
small correction in the title above, it returns a reversed generator object. |
I think i got confused with sorted and reversed, I am applying the changes in DODA, and not in ODA because it will work as it does with or without method overriding. Sorry for confusion |
Description of the problem
currently reversed() returns a python list if OneDimensionalArray object is given, it should return ODA object.
Example of the problem
References/Other comments
The text was updated successfully, but these errors were encountered: