Documentation ¶ Index ¶ type MapSet func New[K comparable, V any]() MapSet[K, V] func (self MapSet[K, V]) Delete(key K) func (self MapSet[K, V]) Empty() bool func (self MapSet[K, V]) Get(key K) V func (self MapSet[K, V]) Has(keys ...K) bool func (self MapSet[K, V]) Set(key K, value V) func (self MapSet[K, V]) Size() int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MapSet ¶ type MapSet[K comparable, V any] map[K]V func New ¶ func New[K comparable, V any]() MapSet[K, V] func (MapSet[K, V]) Delete ¶ func (self MapSet[K, V]) Delete(key K) func (MapSet[K, V]) Empty ¶ func (self MapSet[K, V]) Empty() bool func (MapSet[K, V]) Get ¶ func (self MapSet[K, V]) Get(key K) V func (MapSet[K, V]) Has ¶ func (self MapSet[K, V]) Has(keys ...K) bool func (MapSet[K, V]) Set ¶ func (self MapSet[K, V]) Set(key K, value V) func (MapSet[K, V]) Size ¶ func (self MapSet[K, V]) Size() int Source Files ¶ View all Source files map_set.go Click to show internal directories. Click to hide internal directories.