//
pkg.gl
Category
github.com/xingcxb/goKit
core
mapKit
package
0.2.16
Repository:
https://github.com/xingcxb/gokit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
17 SLOC
#
Functions
GetRandomValue
GetRandomValue 随机获取map中的value * @param m map[any]any */.
GetVByIndex
GetVByIndex 通过下标取map中的值 * @param m map[any]any 取值的map * @param index int 下标 */.