// Assembly: Unity.Collections
// Full name: Unity.Collections.LowLevel.Unsafe.HashMapHelper`1

namespace Unity.Collections.LowLevel.Unsafe
{
public class HashMapHelper`1 // TypeDefIndex: 12872
{
	// Fields
	type#12378 Ptr;
	type#12349 Keys;
	type#12405 Next;
	type#12405 Buckets;
	type#20869 Count;
	type#20869 Capacity;
	type#20869 Log2MinGrowth;
	type#20869 BucketCapacity;
	type#20869 AllocatedIndex;
	type#20869 FirstFreeIdx;
	type#20869 SizeOfTValue;
	type#30010 Allocator;

	// Methods
	// RVA: -1
	internal type#15313 get_IsCreated() { }
	// RVA: -1
	internal type#28660 Dispose() { }
	// RVA: -1
	internal static type#28660 Free(type#12356 data) { }
}
}
