Documentation ¶
Index ¶
- func Entries[M ~map[K]V, K comparable, V any](m M) []tuple.Tuple[K, V]
- func FilterValues[M ~map[K]V, K comparable, V any](m M, vp funcs.Predicate[V]) M
- func MapKeys[M ~map[K]V, K comparable, V any, K1 comparable](m M, mapper funcs.Mapper[K, K1]) map[K1]V
- func MapValues[M ~map[K]V, K comparable, V any, V1 any](m M, mapper funcs.Mapper[V, V1]) map[K]V1
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Entries ¶ added in v0.0.68
func Entries[M ~map[K]V, K comparable, V any](m M) []tuple.Tuple[K, V]
func FilterValues ¶ added in v0.0.67
func FilterValues[M ~map[K]V, K comparable, V any](m M, vp funcs.Predicate[V]) M
func MapKeys ¶
func MapKeys[M ~map[K]V, K comparable, V any, K1 comparable](m M, mapper funcs.Mapper[K, K1]) map[K1]V
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.