pub type VecVertexProp<G, T> = ArrayProp<VertexIndexProp<G>, Vec<T>>;
A vertex property backed by a Vec.
Vec
pub struct VecVertexProp<G, T> { /* private fields */ }