fn dispatch_threshold_arrangement_local<G, L>(
    oks: &SpecializedArrangement<G>,
    name: &str,
    logic: L
) -> SpecializedArrangement<G>where
    G: Scope,
    G::Timestamp: Lattice + Columnation,
    L: Fn(&Diff) -> bool + 'static,
Expand description

Dispatches according to existing type-specialization to an appropriate threshold computation resulting in another type-specialized arrangement.