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)
  3. const(EdgeProperty) opIndex(EdgeDescriptor e)
    struct AdjacencyList(alias VertexStorage = VecS, alias EdgeStorage = VecS, Directionality = DirectedS, VertexProperty = NoProperty, EdgeProperty = NoProperty)
    ref const
    static if(!isNone!EdgeProperty)
    const(EdgeProperty)
    opIndex

Meta