Trait arrow2::compute::arithmetics::ArrayWrappingSub
source · [−]pub trait ArrayWrappingSub<Rhs>: Sized {
fn wrapping_sub(&self, rhs: &Rhs) -> Self;
}
Expand description
Defines wrapping subtraction operation for primitive arrays
Required methods
fn wrapping_sub(&self, rhs: &Rhs) -> Self
fn wrapping_sub(&self, rhs: &Rhs) -> Self
wrapping subtraction