Function GraphNode.comment
If true
, the GraphNode is a comment node.
bool comment() nothrow @property @nogc;
void comment
(
bool v
) nothrow @property @nogc;
If true
, the GraphNode is a comment node.
bool comment() nothrow @property @nogc;
void comment
(
bool v
) nothrow @property @nogc;