Documentation
¶
Overview ¶
Package lemmingutil implements some utilities for lemming.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Mapkeys ¶
func Mapkeys[M ~map[K]V, K comparable, V any](m M) []K
Mapkeys returns the keys of the map m. The keys will be in an indeterminate order.
NOTE: This is actually just copied from https://pkg.go.dev/golang.org/x/exp/maps See https://github.com/golang/go/issues/61538
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.