-
-
Notifications
You must be signed in to change notification settings - Fork 15k
The Index of Option is outdated as it's missing some functions #138955
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 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.
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Location
https://doc.rust-lang.org/std/option/index.html
Summary
Querying the variant : miss
is_some_andandis_none_orAdapters for working with references: miss
as_sliceandas_mut_sliceExtracting the contained value: miss
unwrap_uncheckedAnd miss
inspectThis issue and #138966 are twin issues