Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Clone ¶
func Clone[K comparable, V any](source map[K]V) map[K]V
Clone copy a map entries into a new map
func Keys ¶
func Keys[K comparable, V any](m map[K]V) []K
func Values ¶
func Values[K comparable, V any](m map[K]V) []V
Types ¶
type Entry ¶
type Entry[K comparable, V any] struct { Key K Value V }
func Entries ¶
func Entries[K comparable, V any](m map[K]V) []Entry[K, V]
Click to show internal directories.
Click to hide internal directories.