Documentation ¶
Overview ¶
Package util_generics houses utility function which make us of generics. Chrome Infra is locked to Go 1.17 to support Mac 10.11, so we cannot ship code to CIPD that uses generics. Thus, we partition our common utilities (for now) until they are able to update.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get[K comparable, V interface{}](theMap map[K]V, k K, fallback V) V
Get looks up an item in a map, returning a fallback value if absent.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.