Documentation
¶
Index ¶
- func Eq[T comparable](a T, b T, msg string)
- func False(condition bool, msg string)
- func Ge[T cmp.Ordered](a T, b T, msg string)
- func Gt[T cmp.Ordered](a T, b T, msg string)
- func Le[T cmp.Ordered](a T, b T, msg string)
- func Lt[T cmp.Ordered](a T, b T, msg string)
- func Ne[T comparable](a T, b T, msg string)
- func Todo(msg ...string)
- func True(condition bool, msg string)
- func Unreachable(msg string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Eq ¶
func Eq[T comparable](a T, b T, msg string)
func Ne ¶
func Ne[T comparable](a T, b T, msg string)
func Unreachable ¶
func Unreachable(msg string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.