package
Version:
v1.0.56
Opens a new window with list of versions in this module.
Published: Mar 20, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package minmax provides functions for finding the maximum and minimum values.
Max returns the maximum value among the given values. The values must be of a type that implements
the cmp.Ordered interface for comparison.
Min returns the minimum value among the given values. The values must be of a type that implements
the cmp.Ordered interface for comparison.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.