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