Tracking Issue for const_option_ops (original) (raw)
Feature gate: #![feature(const_option_ops)]
This is a tracking issue for const methods on Option that require ~const Fn bounds
Public API
opt.is_some_and(u32::is_even)
Steps / History
(Remember to update the S-tracking-* label when checking boxes.)
- Implementation: WIP, needed a tracking issue
- Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.