[][src]Function fractal_analysis::zbox_merge_par

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