package
Version:
v0.2.10
Opens a new window with list of versions in this module.
Published: Jul 9, 2023
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
¶
func Ceil[T Number](value, max T) T
func Clamp[T Number](value, min, max T) T
func Floor[T Number](value, min T) T
func ReverseSortedNumbers[K Number, V interface{}](data map[K]V) (keys []K)
func SortedNumbers[K Number, V interface{}](data map[K]V) (keys []K)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.