bitAnd import { bitAnd } from "destack:tensor"; Return bitwise AND along the axes in axisSet. export declare function bitAnd(tensor: Tensor, axisSet: AxisSet, options?: TensorReduceOptions | undefined): Tensor language/library/src/tensor/ops.ds:282:291