RedBlackTree.this

this(Elem[] elems...)

Constructor. Pass in an array of elements, or individual elements to initialize the tree with.

this(Stuff stuff)

Constructor. Pass in a range of elements to initialize the tree with.

this()
No documentation available for this declaration.
this(Node end, size_t length)
No documentation available for this declaration.