Type Definition fera_graph::props::VecVertexProp [] [src]

type VecVertexProp<G, T> = ArrayProp<VertexIndexProp<G>, Vec<T>>;

A vertex property backed by a Vec.