-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Tracking issue for the cmp::Reverse type #40893
Comments
@rfcbot fcp merge Seems like a nifty feature to stabilize! |
Team member @alexcrichton has proposed to merge this. The next step is review by the rest of the tagged teams: Concerns:
Once these reviewers reach consensus, this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
I think a wrapper type makes sense by analogy with Elsewhere in std we call this "rev" instead of "reverse". 👎 I see the @rfcbot concern rev |
Well shucks. Comparing by conceptual similarity, I think this feature has more in common with FWIW I think |
Me too. Given we already have the inconsistency, I think that pushes me toward |
With a clean slate, would we call them
|
I feel like we discussed |
FWIW the Python model has traditionally been "short names for modules" and "long descriptive names for methods" which is also what seems to be followed generally in Rust now. It does feel like |
Reverse is a better name. @rfcbot resolved rev |
🔔 This is now entering its final comment period, as per the review above. 🔔 |
There's also the |
The final comment period is now complete. |
Added in #40720 under the
reverse_cmp_key
feature flag.The text was updated successfully, but these errors were encountered: