[][src]Trait crypto_simd::Swap2

pub trait Swap2 {
    type Output;
    fn swap2(self) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn swap2(self) -> Self::Output

Loading content...

Implementors

Loading content...