Skip to main content

array_bitxor

Function array_bitxor 

Source
pub fn array_bitxor<T, D>(
    a: &Array<T, D>,
    b: &Array<T, D>,
) -> Result<Array<T, D>, FerrayError>
where T: Element + BitwiseOps, D: Dimension,
Expand description

Array bitwise XOR (delegates to bitwise::bitwise_xor).