Function libspecr::predict

source ยท
pub fn predict<T>(_f: impl Fn(T) -> bool) -> Nondet<T>
Expand description

The predict function from the minirust spec. See Non-determinism.