Function not

Source
pub fn not<T>(array: &PrimitiveArray<T>) -> PrimitiveArray<T>
where T: NativeType + Not<Output = T>,
Expand description

Returns a new PrimitiveArray with the bitwise not.