pub fn select_many<C: Scalar, N: Size>( condition: Vector<bool, N>, then: Vector<C, N>, or_else: Vector<C, N>, ) -> Vector<C, N>
Same as select() but with vectors instead.
select()