# Functions
AnyValue is a [Want] that accepts any value of T.
CompareAllUnexported is a [cmp.Option] that allows the introspection of all un-exported fields in order to use them in [Equal] or [NotEqual].
No description provided by the author
Equal asserts that [got] and [want] are Equal.
Is asserts that a certain incoming object a (of type [any]) is of type T.
No description provided by the author
NotEqual is similar to [Equal], but inverse.
No description provided by the author
Optional asserts the [want] function, if it is not nil.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
Want is a function type that can hold asserts in order to check the validity of "got".
WantErr is a function type that can hold asserts in order to check the error of "err".