Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IArraySortHelper.cs
Go to the documentation of this file.
2
3internal interface IArraySortHelper<TKey>
4{
6
8}
9internal interface IArraySortHelper<TKey, TValue>
10{
12}
void Sort(Span< TKey > keys, IComparer< TKey > comparer)
void Sort(Span< TKey > keys, Span< TValue > values, IComparer< TKey > comparer)
int BinarySearch(TKey[] keys, int index, int length, TKey value, IComparer< TKey > comparer)