Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterGeneric ¶
FilterGeneric filters values from a slice using a filter function. It returns a new slice with only the elements of s for which f returned true.
func FilterReflection ¶
func FilterReflection(slice interface{}, filter interface{}) interface{}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.