[][src]Function sortnet::sortnet5

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

Sortnet-based sorting for arrays with 5 elements.