Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Max ¶
func Max[T constraints.Ordered](arg0 T, args ...T) T
Max returns the maximal value from the list of provided ones.
func Min ¶
func Min[T constraints.Ordered](arg0 T, args ...T) T
Min returns the minimal value from the list of provided ones.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.