Skip to main content

select_mut

Function select_mut 

Source
pub const fn select_mut<'a, 'b: 'a, 'c: 'a, T>(
    condition: bool,
    true_: &'b mut T,
    false_: &'c mut T,
) -> &'a mut T