SingleSourceShortestPathsSolution.predecessor

  1. size_t predecessor [@property setter]
    struct SingleSourceShortestPathsSolution(weight_t)
    @property ref pure nothrow @safe
    size_t
    predecessor
    (
    size_t u
    )
    if (
    isNumeric!weight_t
    )
  2. size_t predecessor [@property setter]

Meta