Function mz_compute::render::threshold::dispatch_threshold_arrangement_trace
source ยท fn dispatch_threshold_arrangement_trace<G, T, L>(
oks: &MzArrangementImport<G, T>,
name: &str,
logic: L,
) -> MzArrangement<G>
Expand description
Dispatches threshold computation for a trace, similarly to dispatch_threshold_arrangement_local
.