Documentation ¶
Overview ¶
Package maps contains util code related to maps.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromKeys ¶
func FromKeys[K comparable, V any](keys []K, value V) map[K]V
FromKeys builds a map with the specified keys, where each key's value is the specified value.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.