VecEdgeProp

Type Alias VecEdgeProp 

Source
pub type VecEdgeProp<G, T> = ArrayProp<EdgeIndexProp<G>, Vec<T>>;
Expand description

A edge property backed by a Vec.

Aliased Typeยง

pub struct VecEdgeProp<G, T> { /* private fields */ }