1 reference to DoubleRight
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs (1)
574
return Balance(tree._left!) > 0 ?
DoubleRight
(tree) : RotateRight(tree);