terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Classes | |
struct | Slot |
Public Member Functions | |
Set (IEqualityComparer< TElement > comparer) | |
bool | Add (TElement value) |
Package Functions | |
int | InternalGetHashCode (TElement value) |
Private Member Functions | |
bool | Find (TElement value, bool add) |
void | Resize () |
Private Attributes | |
int[] | buckets |
Set< TElement >.Slot[] | slots |
int | count |
int | freeList |
IEqualityComparer< TElement > | comparer |