package
0.0.0-20241101080106-a36fe901a79c
Repository: https://github.com/ucwebos/go3gen.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
NewOrderMap 创建一个有序map对象.
# Variables
DefaultOrderMapKeySort 默认key排序比较 - 转为字符串比较 - 字符串正序排序(从小到大).
# Type aliases
OrderMapKeyLess 为排序key时的比较函数 - 和系统sort包Less功能类似,这里i和j为map下标.