pub fn conditional_copy_u16(
mask: &BooleanArray<()>,
then_data: &[u16],
else_data: &[u16],
) -> IntegerArray<u16>Expand description
Conditional copy operation: select elements from then_data or else_data based on boolean mask.
pub fn conditional_copy_u16(
mask: &BooleanArray<()>,
then_data: &[u16],
else_data: &[u16],
) -> IntegerArray<u16>Conditional copy operation: select elements from then_data or else_data based on boolean mask.