-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
the actual helpful docs for std::cmp is under std::cmp::Ordering #32934
Copy link
Copy link
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.P-mediumMedium priorityMedium priority
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.P-mediumMedium priorityMedium priority
Type
Fields
Give feedbackNo fields configured for issues without a type.
rust noob here, looked up rustdoc for std::cmp
and realised that the meat of the docs and examples are under
std::cmp::Orderingshould it be brought up from
std::cmp::Orderingtostd::cmp?