maps

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Contains

func Contains(m map[any]any, key any) bool

func Filter added in v0.1.4

func Filter(m map[any]any, predicate func(any, any) bool) map[any]any

func Has

func Has(m map[any]any, key any) bool

func Keys

func Keys(m map[any]any) []any

func MapValues added in v0.1.4

func MapValues(m map[any]any, fn func(any) any) map[any]any

func Merge

func Merge(base map[any]any, overlay map[any]any) map[any]any

func Omit added in v0.1.4

func Omit(m map[any]any, keys []any) map[any]any

func Pick added in v0.1.4

func Pick(m map[any]any, keys []any) map[any]any

func SortedKeys

func SortedKeys(m map[any]any) []string

func Values

func Values(m map[any]any) []any

Types

This section is empty.

Jump to

Keyboard shortcuts

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