Type Alias swh_graph::graph::NodeId

source ·
pub type NodeId = usize;
Expand description

Alias for usize, which may become a newtype in a future version.