maps

package
v0.0.0-...-b0b4a53 Latest Latest
Warning

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

Go to latest
Published: May 17, 2025 License: MIT Imports: 0 Imported by: 13

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Filter

func Filter[Key comparable, Value any](m map[Key]Value, f func(Key, Value) bool) map[Key]Value

func Keys

func Keys[Key comparable, Value any](m map[Key]Value) []Key

func MapToSlice

func MapToSlice[Key comparable, Value any, Mapped any](m map[Key]Value, f func(Key, Value) Mapped) []Mapped

func TransformKeys

func TransformKeys[Key comparable, Value any, NewKey comparable](m map[Key]Value, fn func(Key) NewKey) map[NewKey]Value

func TransformValues

func TransformValues[Key comparable, Value any, NewValue any](
	m map[Key]Value, fn func(Value) NewValue,
) map[Key]NewValue

func Values

func Values[Key comparable, Value any](m map[Key]Value) []Value

Types

This section is empty.

Jump to

Keyboard shortcuts

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