AdjacencyList.target

Fetches the descriptor of the target vertex of the supplied edge.

struct AdjacencyList(alias VertexStorage = VecS, alias EdgeStorage = VecS, Directionality = DirectedS, VertexProperty = NoProperty, EdgeProperty = NoProperty)
const
target

Parameters

edge EdgeDescriptor

The descriptor of the edge you want to query.

Meta