Function until

Source
pub fn until<S, F, A: Action<S, R>, R, R1>(f: F) -> Until<F, A, R, R1>
where F: Fn(&mut NpcCtx<'_, '_>, &mut S) -> ControlFlow<R1, A>,