Hash returns a unique hash value for m.
()
| 554 | |
| 555 | // Hash returns a unique hash value for m. |
| 556 | func (m *Map) Hash() string { |
| 557 | return Hash(m, true, false, true) |
| 558 | } |
| 559 | |
| 560 | // IsCompatible returns true if o describes the (Go) type of val. |
| 561 | func (m *Map) IsCompatible(val any) bool { |