package
0.49.11
Repository: https://github.com/zerogo-hub/zero-helper.git
Documentation: pkg.go.dev

# Functions

Contains l 中是否包含 target.
Difference 求差集 返回在 a 中,但是不在 b 中的集合.
Join [1,2,3] -> 1_2_3.
Keys {1:a, 2:b} -> [1, 2].
No description provided by the author
Sum 计算总数 [1,2,3] -> 6.
Unique set [1,1,2,3,3] -> [1,2,3].
Values {1:a, 2:b} -> [a, b].