Skip to main content

select_many

Function select_many 

Source
pub fn select_many<C: Scalar, N: Size>(
    condition: Vector<bool, N>,
    then: Vector<C, N>,
    or_else: Vector<C, N>,
) -> Vector<C, N>
Expand description

Same as select() but with vectors instead.