package
Version:
v1.0.142
Opens a new window with list of versions in this module.
Published: Mar 20, 2024
License: Apache-2.0
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
¶
Clamp returns a function that clamps against the bounds defined in the bounded type
type Bounded[T any] interface {
O.Ord[T]
Top() T
Bottom() T
}
MakeBounded creates an instance of a bounded type
Reverse reverses the ordering and swaps the bounds
Source Files
¶
Click to show internal directories.
Click to hide internal directories.