dsp::Dag [] [src]

type Dag<F, N> = Dag<N, Connection<F>, usize>;

An alias for the Dag used within our Graph.