Trait arrow2::compute::arithmetics::ArrayRem[][src]

pub trait ArrayRem<Rhs> {
    type Output;
    fn rem(&self, rhs: &Rhs) -> Result<Self::Output>;
}
This is supported on crate feature compute only.
Expand description

Defines basic reminder operation for primitive arrays

Associated Types

Required methods

Implementors