Documentation
¶
Index ¶
- func Filter[V comparable](S iter.Seq[V], matchValue V) iter.Seq[V]
- func FilterFunc[V any](S iter.Seq[V], match func(V) bool) iter.Seq[V]
- func FilterKey[K comparable, V any](S iter.Seq2[K, V], matchKey K) iter.Seq2[K, V]
- func FilterKeyFunc[K, V any](S iter.Seq2[K, V], match func(K) bool) iter.Seq2[K, V]
- func FilterValue[K any, V comparable](S iter.Seq2[K, V], matchValue V) iter.Seq2[K, V]
- func FilterValueFunc[K, V any](S iter.Seq2[K, V], match func(V) bool) iter.Seq2[K, V]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterKeyFunc ¶
func FilterValue ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.