pub fn distinct_until_changed_with<F>(
core: &Core,
binding: &Arc<dyn OperatorBinding>,
source: NodeId,
equals: F,
opts: OperatorOpts,
) -> OperatorRegistrationExpand description
distinct_until_changed with explicit OperatorOpts.