package
0.4.43
Repository: https://github.com/imsingee/go-ex.git
Documentation: pkg.go.dev

# Functions

Intersection 返回若干个 set 的交集.
New Create a new set The capacity of created set is length of initial, if you want to customize it, please use WithCapacity and .Insert / .InsertAll.
NewSync Create a new SyncSet.
NewSyncWithCapacity Create an empty SyncSet with specific capacity.
WithCapacity Create an empty set with specific capacity.

# Structs

No description provided by the author
SyncSet provide nearly same methods as Set, but it is thread-safe.