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
System.Array.SorterGenericArray Struct Reference

Package Functions

 SorterGenericArray (Array keys, Array items, IComparer comparer)
 
void SwapIfGreaterWithItems (int a, int b)
 
void Sort (int left, int length)
 

Private Member Functions

void Swap (int i, int j)
 
void IntrospectiveSort (int left, int length)
 
void IntroSort (int lo, int hi, int depthLimit)
 
int PickPivotAndPartition (int lo, int hi)
 
void Heapsort (int lo, int hi)
 
void DownHeap (int i, int n, int lo)
 
void InsertionSort (int lo, int hi)
 

Private Attributes

Array keys
 
Array items
 
IComparer comparer
 

Detailed Description

Definition at line 1685 of file Array.cs.


The documentation for this struct was generated from the following file: