Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSet ¶
func NewSet[T comparable](threadSafe bool, args ...T) mapset.Set[T]
NewSet
PS: (1) Set: 无序;不允许重复.
@param threadSafe 是否goroutines安全?
func NewSetFromMapKeys ¶
func NewSetFromMapKeys[T comparable, V any](threadSafe bool, val map[T]V) mapset.Set[T]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.