Skip to main content

VertexId

Type Alias VertexId 

Source
pub type VertexId = u32;
Expand description

Vertex id. The Phase-0 ADR-0007 fixes this to u32; Option<VertexId> is the idiomatic “no vertex” sentinel (igraph C uses -1).