AdjacencyList.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(VertexProperty) opIndex(VertexDescriptor v)
  2. EdgeProperty opIndex(EdgeDescriptor e)
    struct AdjacencyList(alias VertexStorage = VecS, alias EdgeStorage = VecS, Directionality = DirectedS, VertexProperty = NoProperty, EdgeProperty = NoProperty)
    ref
    static if(!isNone!EdgeProperty)
    EdgeProperty
    opIndex
  3. const(EdgeProperty) opIndex(EdgeDescriptor e)

Meta