pub trait Swap {
    fn swap(&self) -> Self;
}

Required Methods

Swap x and y

Implementors