Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set[T comparable] struct { // contains filtered or unexported fields }
Set no-safe、unordered
func New ¶
func New[T comparable]() Set[T]
func Of ¶
func Of[T comparable](obj ...T) Set[T]
Click to show internal directories.
Click to hide internal directories.