anythingOfTypeArgument is a string that contains the type of an argument for use when type checking. Used in Diff and Assert.
| 806 | // anythingOfTypeArgument is a string that contains the type of an argument |
| 807 | // for use when type checking. Used in Diff and Assert. |
| 808 | type anythingOfTypeArgument string |
| 809 | |
| 810 | // AnythingOfType returns a special value containing the |
| 811 | // name of the type to check for. The type name will be matched against the type name returned by [reflect.Type.String]. |