Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Max ¶
func Max[T constraints.Ordered](a, b T) T
Max returns the largest between a and b. If a is equal to b, a is returned.
func Min ¶
func Min[T constraints.Ordered](a, b T) T
Min returns the smallest between a and b. If a is equal to b, a is returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.