pub type UnweightedList<Ix> = List<(), Ix>;
A very simple adjacency list with no node or label weights.
struct UnweightedList<Ix> { /* private fields */ }