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