[][src]Function sortnet::sortnet0

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

Sortnet-based sorting for arrays with 0 elements.