package
Version:
v0.0.0-...-4486ec2
Opens a new window with list of versions in this module.
Published: Mar 17, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Clamp[T Ordered[T]](min, value, max T) T
func Max[T Ordered[T]](x T, ys ...T) T
func Min[T Ordered[T]](x T, ys ...T) T
type Ordered[T any] interface {
Compare(T) int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.