pub trait NumericNative: PartialOrd<Self> + NativeType + Num<Output = Self, Output = Self, Output = Self, Output = Self, Output = Self> + NumCast + Zero + Simd + Simd8 + Sum<Self> + Add<Self> + Sub<Self> + Mul<Self> + Div<Self> + Rem<Self> + AddAssign<Self> + SubAssign<Self> + Bounded + FromPrimitive + IsFloat + NativeArithmetics {
    type POLARSTYPE;
}

Required Associated Types

Implementations on Foreign Types

Implementors