SingleSourceShortestPathsSolution.hasPredecessor

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

Meta