SingleSourceShortestPathsSolution.isConnected

struct SingleSourceShortestPathsSolution(weight_t)
@property const pure nothrow @safe
bool
isConnected
(
size_t u
)
if (
isNumeric!weight_t
)

Meta