Function dvcompute::simulation::composite::cons_composite[][src]

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

Construct a new Composite computation by the specified function.