pub fn reduce_with<F>(
core: &Core,
binding: &Arc<dyn OperatorBinding>,
source: NodeId,
fold: F,
seed: HandleId,
opts: OperatorOpts,
) -> OperatorRegistrationExpand description
reduce with explicit OperatorOpts.
pub fn reduce_with<F>(
core: &Core,
binding: &Arc<dyn OperatorBinding>,
source: NodeId,
fold: F,
seed: HandleId,
opts: OperatorOpts,
) -> OperatorRegistrationreduce with explicit OperatorOpts.