package
Version:
v0.0.7
Opens a new window with list of versions in this module.
Published: May 5, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package filter provides helpers for filtering keys or values of a map
func Key[V, K any](predicate func(K) bool) (out func(K, V) bool)
Key adapts a key appliable predicate to a key\value one
func Value[K, V any](predicate func(V) bool) (out func(K, V) bool)
Value adapts a value appliable predicate to a key\value one
Source Files
¶
Click to show internal directories.
Click to hide internal directories.