Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Generic.IArraySortHelper< TKey, TValue > Interface Template Reference

Public Member Functions

void Sort (Span< TKey > keys, IComparer< TKey > comparer)
 
int BinarySearch (TKey[] keys, int index, int length, TKey value, IComparer< TKey > comparer)
 
void Sort (Span< TKey > keys, Span< TValue > values, IComparer< TKey > comparer)
 

Detailed Description

Definition at line 9 of file IArraySortHelper.cs.


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