pub fn predict<T>(_f: impl Fn(T) -> bool) -> Nondet<T>
The predict function from the minirust spec. See Non-determinism.
predict