Type Definition fera::graph::props::VecVertexProp

source ·
pub type VecVertexProp<G, T> = ArrayProp<<G as WithVertexIndexProp>::VertexIndexProp, Vec<T, Global>>;
Expand description

A vertex property backed by a Vec.