Function fractal_analysis::zbox_merge[][src]

pub fn zbox_merge<H, Smp, Key, Set, const KEY_BIT_AMT: usize>(
    set: Set,
    get_key_from_sample: H,
    sample_size: usize,
    coor_bits: u8
) -> (f64, ArrayVec<f64, KEY_BIT_AMT>, ArrayVec<f64, KEY_BIT_AMT>) where
    H: Fn(Smp) -> Key,
    Key: PrimInt,
    Set: IntoIterator<Item = Smp>,