Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New[T comparable](capacity int) mutable.Set[T]
New instantiates Set with a predefined capacity.
func Of ¶
func Of[T comparable](elements ...T) mutable.Set[T]
Of instantiates Set with predefined elements.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.