maps

package
v1.10.5 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ForEach

func ForEach[M ~map[K]V, K comparable, V any](m M, handle func(K, V))

func ForEachKey added in v1.5.1

func ForEachKey[M ~map[K]V, K comparable, V any](m M, handle func(v K))

func ForEachValue

func ForEachValue[M ~map[K]V, K comparable, V any](m M, handle func(v V))

func Keys added in v1.5.1

func Keys[M ~map[K]V, K comparable, V, T any](m M, subValue func(K) T) []T

func Map added in v1.5.1

func Map[M ~map[K]V, K comparable, V, T any](m M, subValue func(K, V) T) []T

func Merge added in v1.5.1

func Merge[M ~map[K]V, K comparable, V any](maps ...M) M

func MultiKeys added in v1.8.0

func MultiKeys[M ~map[K]V, K comparable, V any](maps ...M) []K

func MultiValues added in v1.8.0

func MultiValues[M ~map[K]V, K comparable, V any](maps ...M) []V

func Values added in v1.5.1

func Values[M ~map[K]V, K comparable, V, T any](m M, subValue func(V) T) []T

Types

This section is empty.

Jump to

Keyboard shortcuts

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