Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Filter ¶
Filter returns a new slice containing only the elements of the slice that satisfy the predicate.
func Intersect ¶
func Intersect[T comparable](a, b []T) []T
Intersect returns the intersection of two comparable slices.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.