TreeNode.moveRootToFront

Ensures that the given root is the first node of its bin.

class TreeNode(K, V)
static
void
moveRootToFront
(
K
V
)
(
HashMapNode!(K, V)[] tab
,
TreeNode!(K, V) root
)

Meta