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

pub fn composite_sequence_<I, M>(comps: I) -> Sequence_<I::IntoIter, M> where
    I: IntoIterator<Item = M>,
    M: Composite
Expand description

Create a sequence of computations, where the result is ignored.