terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ PickPivotAndPartition()

int System.Array.SorterObjectArray.PickPivotAndPartition ( int lo,
int hi )
inlineprivate

Definition at line 1630 of file Array.cs.

1631 {
1632 this.SwapIfGreaterWithItems(lo, hi);
1633 this.SwapIfGreaterWithItems(lo, hi);
1634 this.SwapIfGreaterWithItems(lo, hi);
1635 this.Swap(lo, hi);
1638 this.Swap(lo, hi);
1639 this.Swap(lo, hi);
1640 return lo;
1641 }
class f__AnonymousType0<< Count > j__TPar
void Swap(int i, int j)
Definition Array.cs:1589
void SwapIfGreaterWithItems(int a, int b)
Definition Array.cs:1583

References System.Array.SorterObjectArray.comparer, j__TPar, System.Array.SorterObjectArray.Swap(), and System.Array.SorterObjectArray.SwapIfGreaterWithItems().

Referenced by System.Array.SorterObjectArray.IntroSort().