# bitAnd

`import { bitAnd } from "destack:tensor";`

Return bitwise AND along the axes in `axisSet`.

```ds title="bitAnd"
export declare function bitAnd<T: Integer, const Rank: usize, const AxisCount: usize, const OutRank: usize = Rank - AxisCount>(tensor: Tensor<T, Rank>, axisSet: AxisSet<AxisCount>, options?: TensorReduceOptions<T, OutRank> | undefined): Tensor<T, OutRank>
```

[language/library/src/tensor/ops.ds:282:291](https://github.com/destack-sh/destack/blob/main/language/library/src/tensor/ops.ds#L282-L291)
