[][src]Type Definition timely::dataflow::scopes::child::Iterative

type Iterative<'a, G, T> = Child<'a, G, Product<<G as ScopeParent>::Timestamp, T>>;

Type alias for iterative child scope.

Trait Implementations

impl<'a, G: Scope, T: Timestamp> LoopVariable<'a, G, T> for Iterative<'a, G, T>[src]