The Index of Option is outdated as it's missing some functions #138955
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-result-option
Area: Result and Option combinators
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
Location
https://doc.rust-lang.org/std/option/index.html
Summary
Querying the variant : miss
is_some_and
andis_none_or
Adapters for working with references: miss
as_slice
andas_mut_slice
Extracting the contained value: miss
unwrap_unchecked
And miss
inspect
This issue and #138966 are twin issues
The text was updated successfully, but these errors were encountered: