pub type UnweightedList<Ix> = List<(), Ix>;
Expand description

A very simple adjacency list with no node or label weights.

Aliased Type§

struct UnweightedList<Ix> { /* private fields */ }