Graph.empty

Returns true if the graph is empty.

class Graph(A, B, EdgeDataAB = size_t, EdgeDataBA = size_t)
@property const pure nothrow
bool
empty
()
if (
!is(A == B)
)

Meta