Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Values ¶ added in v0.13.0
func Values[M ~map[K]V, K comparable, V any](m M) []V
Types ¶
type Entry ¶
type Entry[K comparable, V any] struct { Key K Val V }
func Entries ¶
func Entries[M ~map[K]V, K comparable, V any](m M) []Entry[K, V]
Click to show internal directories.
Click to hide internal directories.