pub fn find<S: Clone + 'static>( pred: impl Fn(&S) -> bool + 'static, ) -> Operator<S>
find: emit the first matching value, then COMPLETE; no match -> bare COMPLETE.