Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CondenseMap ¶
func CopyMap ¶
func CopyMap[K comparable, V CopyInterface[V]](m map[K]V) map[K]V
Types ¶
type CopyInterface ¶
type CopyInterface[T any] interface { Copy() T }
Click to show internal directories.
Click to hide internal directories.