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