lower_map

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KeyLoweredMap

type KeyLoweredMap[K ~string, V any] struct {
	// contains filtered or unexported fields
}

func NewKeyLoweredMap

func NewKeyLoweredMap[K ~string, V any]() *KeyLoweredMap[K, V]

func (*KeyLoweredMap[K, V]) Foreach

func (d *KeyLoweredMap[K, V]) Foreach(callback func(key K, value V))

func (*KeyLoweredMap[K, V]) MapGet

func (d *KeyLoweredMap[K, V]) MapGet(key K) V

func (*KeyLoweredMap[K, V]) MapGetValue

func (d *KeyLoweredMap[K, V]) MapGetValue(key K) (V, bool)

func (*KeyLoweredMap[K, V]) MapSet

func (d *KeyLoweredMap[K, V]) MapSet(key K, value V)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL