runtime: map hasher

This commit is contained in:
visualfc
2024-06-30 22:16:46 +08:00
parent 439e377111
commit 8d193ab39f
7 changed files with 412 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ import (
// Map represents a Go map.
type Map = hmap
type maptype = abi.MapType
type arraytype = abi.ArrayType
type structtype = abi.StructType
type slice struct {
array unsafe.Pointer