package
0.0.0-20241109021313-6e2457b08dcf
Repository: https://github.com/hjh0924/genericgo.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewHashSetWithCap 创建并返回一个新的HashSet实例,接受一个指定的初始容量 优先使用指定容量.
# Interfaces
Set 接口定义了一个通用的集合类型,其中元素必须是可比较的.