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