[][src]Function sortnet::sortnet8

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

Sortnet-based sorting for arrays with 8 elements.