package
0.0.7
Repository: https://github.com/x-module/helper.git
Documentation: pkg.go.dev

# README

数字处理的相关函数

import "github.com/x-module/helper/maputil"

函数列表:

  • Average : 计算map中的值的平均值。
  • Max : 计算map中的值的最大值。

# Functions

Average 计算平均值.
Max 返回最大值.