[][src]Trait generic_simd::vector::Signed

pub trait Signed: Ops + Neg<Output = Self> { }

A supertrait for vectors that allow arithmetic operations over signed types.

Implementors

impl<V> Signed for V where
    V: Ops + Neg<Output = V>, 
[src]

Loading content...