utils

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Max

func Max[T constraints.Ordered](values ...T) T

Max 获取最大值 , 已经有预定义的 slices.Max() 函数了

func Min

func Min[T constraints.Ordered](values ...T) T

Min 获取最小值; 注意: 必须至少有一个值, 否则 panic, 似乎也没有比较好的逻辑判断方法: 在为空时如果返回缺省值容易出逻辑错误.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL