BinarySearchTree.rotateRight

Rotates the subtree to the right by one.

struct BinarySearchTree(K, E)
protected @nogc
void
rotateRight
(
BSTNode!(K, E)** node
)

Meta