pub fn apply_logical_bool<const LANES: usize>(
lhs: BooleanAVT<'_, ()>,
rhs: BooleanAVT<'_, ()>,
op: LogicalOperator,
) -> Result<BooleanArray<()>, KernelError>where
LaneCount<LANES>: SupportedLaneCount,Expand description
Logical AND/OR/XOR of two bit-packed boolean masks over a window. Offsets are bit offsets. Length is in bits. Panics if offsets are not 64-bit aligned.