[][src]Function arrayfire::bitand

pub fn bitand<A, B>(
    lhs: &Array<A>,
    rhs: &Array<B>,
    batch: bool
) -> Array<A::Output> where
    A: HasAfEnum + ImplicitPromote<B>,
    B: HasAfEnum + ImplicitPromote<A>,
    <A as ImplicitPromote<B>>::Output: HasAfEnum

Elementwise AND(bit) operation of two Arrays

This is an element wise binary operation.