RedBlack.color

* The node color (RED, BLACK)

struct RedBlack(V, A = AttributeDummy)
package
bool color;

Meta