maps

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Group

func Group[K comparable, V any](s []V, key func(V) K) map[K][]V

Group returns a new non-nil map containing the elements of s grouped by the keys returned from the key func.

func Keys

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

Keys returns the keys of the map M.

func SameKeys

func SameKeys[K comparable, V1, V2 any](x map[K]V1, y map[K]V2) bool

SameKeys reports whether x and y have equal sets of keys.

Types

This section is empty.

Jump to

Keyboard shortcuts

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