[][src]Function sortnet::sortnet1

pub fn sortnet1<T>(arr: &mut [T; 1]) where
    T: PartialOrd

Sortnet-based sorting for arrays with 1 elements.