-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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 toolsA-result-optionArea: Result and Option combinatorsArea: Result and Option combinatorsT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Description
Location
https://doc.rust-lang.org/std/option/index.html
Summary
Querying the variant : miss is_some_and
and is_none_or
Adapters for working with references: miss as_slice
and as_mut_slice
Extracting the contained value: miss unwrap_unchecked
And miss inspect
This issue and #138966 are twin issues
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 toolsA-result-optionArea: Result and Option combinatorsArea: Result and Option combinatorsT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.