Type Definition dynamic_graph::VecGraph[][src]

type VecGraph<T> = GenericGraph<RootVec<'static, T>, T>;