moremaps

package
v0.17.0-pre.5 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2024 License: BSD-3-Clause Imports: 4 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 KeySlice

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

Keys returns the keys of the map M, like slices.Collect(maps.Keys(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.

func Sorted

func Sorted[M ~map[K]V, K cmp.Ordered, V any](m M) iter.Seq2[K, V]

Sorted returns an iterator over the entries of m in key order.

func ValueSlice

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

Values returns the values of the map M, like slices.Collect(maps.Values(m)).

Types

This section is empty.

Jump to

Keyboard shortcuts

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