Tracking Issue for more const methods on Result (original) (raw)
Feature gate: #![feature(const_result_trait_fn)]
This is a tracking issue for additional const functions of Result, such as map, and, or.
Public API
const { opt.is_ok_and(u32::is_even) }
Steps / History
(Remember to update the S-tracking-* label when checking boxes.)
- Implementation: Constify some more Result functions #143771
- Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.