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 slice that satisfy the test function.
func Intersection ¶
Intersection returns the number of elements intersection between two slices with respect to the order, i.e. Intersection(["a", "b", "c"], ["a", "b", "d"]) == 2 but Intersection(["a", "b", "c"], ["b", "a", "c"]) == 0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.