blob: bf045eed70e797e91300dbc0cad17bcd62270d37 [file] [log] [blame]
pub trait Swapper {
fn swap<T>(a: &mut [T], b: &mut [T]);
}