Function dvcompute::simulation::event::cons_event[][src]

pub fn cons_event<F, T>(f: F) -> Cons<F, T> where
    F: FnOnce(&Point<'_>) -> Result<T>, 
Expand description

Construct a new Event computation by the specified function.