RedBlack.isRoot

* Return true if node is a root (i.e., has a null parent)

struct RedBlack(V, A = AttributeDummy)
bool
isRoot
()

Meta