Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithOnEvict ¶ added in v0.1.3
func WithOnEvict[T comparable](fn func(T)) func(*Set[T])
Types ¶
type Set ¶
type Set[T comparable] struct { // contains filtered or unexported fields }
func NewSet ¶ added in v0.1.3
func NewSet[T comparable](opts ...func(*Set[T])) *Set[T]
Click to show internal directories.
Click to hide internal directories.