IsCompatible checks whether val has a Go type that is compatible with the data type.
(any)
| 21 | // IsCompatible checks whether val has a Go type that is compatible with the data |
| 22 | // type. |
| 23 | IsCompatible(any) bool |
| 24 | // Example generates a pseudo-random value using the given random generator. |
| 25 | Example(*ExampleGenerator) any |
| 26 | // Hash returns a unique hash value for the instance of the type. |
no outgoing calls