[][src]Function fractal_analysis::get_clzs_par

pub fn get_clzs_par<H, Smp, Key, Set>(
    set: Set,
    get_key_from_sample: H
) -> Vec<u8> where
    H: Fn(Smp) -> Key + Sync + Send + Copy,
    Key: PrimInt + Sync + Send,
    [Key]: ParallelSliceMut<Key>,
    Set: IntoParallelIterator<Item = Smp> + Clone,
    Smp: Sync + Send