Hash returns a unique hash value for a.
()
| 396 | |
| 397 | // Hash returns a unique hash value for a. |
| 398 | func (a *Array) Hash() string { |
| 399 | return Hash(a, true, false, true) |
| 400 | } |
| 401 | |
| 402 | // IsCompatible returns true if val is compatible with p. |
| 403 | func (a *Array) IsCompatible(val any) bool { |