dsp::PetGraph [] [src]

type PetGraph<S, N> = PetGraph<N, Connection<S>, usize>;

An alias for the PetGraph used by our Graph's internal Dag.