Skip to main content

with_seeded_select

Function with_seeded_select 

Source
pub fn with_seeded_select<R>(f: impl FnOnce() -> R) -> R
Expand description

Run f with Mode-B Select lowering enabled, restoring the previous mode afterwards (panic-safe). Returns f’s result.