Documentation
¶
Index ¶
- func Eq[T comparable](a, b T)
- func ErrIs(e error, target error)
- func GT[T cmp.Ordered](a, b T)
- func GTE[T cmp.Ordered](a, b T)
- func Is[T any](a any)
- func LT[T cmp.Ordered](a, b T)
- func LTE[T cmp.Ordered](a, b T)
- func Nil[T any](x *T)
- func NotEq[T comparable](a, b T)
- func NotNil[T any](x *T)
- func Panics(f func())
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Eq ¶
func Eq[T comparable](a, b T)
func NotEq ¶
func NotEq[T comparable](a, b T)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.