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

type AdjacencyArrayEdgeIdIterator = Map<Range<IdType>, fn(_: IdType) -> EdgeId>;

An iterator over the edges of an AdjacencyArray.