Documentation
¶
Index ¶
- func MapFilter[T any](dict map[string]T, predicate func(T) bool) (ret map[string]T)
- func MapFind[K cmp.Ordered, V any](collection map[K]V, search func(K, V) bool) (key K, value V, present bool)
- func MapForEachOrdered[K cmp.Ordered, V any](collection map[K]V, iter func(K, V))
- func MapKeys[K comparable, V any](input map[K]V) []K
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapForEachOrdered ¶
func MapKeys ¶
func MapKeys[K comparable, V any](input map[K]V) []K
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.