func maps.Equal

one use

	maps (current package)
		maps.go#L17: func Equal[M1, M2 ~map[K]V, K, V comparable](m1 M1, m2 M2) bool {