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
.
pub fn not<T>(array: &PrimitiveArray<T>) -> PrimitiveArray<T>where
T: NativeType + Not<Output = T>,
Returns a new PrimitiveArray
with the bitwise not
.