Function fractal_analysis::get_clzs[][src]

pub fn get_clzs<'a, H: 'a, Smp: 'a, Key: 'a, Set: 'a>(
    set: Set,
    get_key_from_sample: H
) -> impl Iterator<Item = u8> + 'a where
    H: Fn(Smp) -> Key,
    Key: PrimInt + BitXor<Output = Key>,
    Set: IntoIterator<Item = Smp>,