[][src]Function sortnet::sortnet4

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

Sortnet-based sorting for arrays with 4 elements.