Function libspecr::pick

source ยท
pub fn pick<T: Obj>(
    distr: impl Distribution<T>,
    f: impl Fn(T) -> bool,
) -> Nondet<T>
Expand description

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