Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Outcome ¶
type Outcome string
func Equal ¶
func Equal[T comparable](want, got T) *Outcome
func GreaterThan ¶
func GreaterThan[T constraints.Ordered](a, b T) *Outcome
func GreaterThanOrEqual ¶
func GreaterThanOrEqual[T constraints.Ordered](a, b T) *Outcome
func LessThan ¶
func LessThan[T constraints.Ordered](a, b T) *Outcome
func LessThanOrEqual ¶
func LessThanOrEqual[T constraints.Ordered](a, b T) *Outcome
Click to show internal directories.
Click to hide internal directories.