Trait hagane_simd::scalar::IntegerScalar [] [src]

pub trait IntegerScalar: Scalar + BitAnd<Output = Self> + BitOr<Output = Self> + BitXor<Output = Self> + PartialEq {
    const ZERO: Self;
}

Associated Constants

ZERO: Self

Implementors