[][src]Type Definition graphrepresentations::adjacencyarray::iterators::AdjacencyArrayNodeIdIterator

type AdjacencyArrayNodeIdIterator = Map<Range<IdType>, fn(_: IdType) -> NodeId>;

An iterator over the nodes of an AdjacencyArray.