Skip to main content

reduce_with

Function reduce_with 

Source
pub fn reduce_with<F>(
    core: &Core,
    binding: &Arc<dyn OperatorBinding>,
    source: NodeId,
    fold: F,
    seed: HandleId,
    opts: OperatorOpts,
) -> OperatorRegistration
where F: Fn(HandleId, HandleId) -> HandleId + Send + Sync + 'static,
Expand description

reduce with explicit OperatorOpts.