1 reference to DoubleLeft
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs (1)
569
return Balance(tree._right!) < 0 ?
DoubleLeft
(tree) : RotateLeft(tree);