type CtrlGroup …
const DebugLog …
var AlignUpPow2 …
const MaxTableCapacity …
const MaxAvgGroupLoad …
const maxAllocTest …
func NewTestMap[K comparable, V any](hint uintptr) (*Map, *abi.SwissMapType) { … }
func (m *Map) TableCount() int { … }
func (m *Map) GroupCount() uint64 { … }
func (m *Map) KeyFromFullGroup(typ *abi.SwissMapType) unsafe.Pointer { … }
func (m *Map) TableFor(typ *abi.SwissMapType, key unsafe.Pointer) *table { … }
func (t *table) GrowthLeft() uint64 { … }
func (t *table) GroupsStart() unsafe.Pointer { … }
func (t *table) GroupsLength() uintptr { … }