pub fn not_bool<const LANES: usize>(
src: BooleanAVT<'_, ()>,
) -> Result<BooleanArray<()>, KernelError>where
LaneCount<LANES>: SupportedLaneCount,Expand description
Bitwise NOT of a bit-packed boolean mask window. Offset is a bit offset; len is in bits. Requires offset % 64 == 0 for word-level SIMD processing.