SingleSourceShortestPathsSolution.distance

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

Meta