Documentation
¶
Index ¶
- func OrderedCompare[T constraints.Ordered](lhs, rhs T) int
- func SortedDifference[T, U any](lhs []T, rhs []U, compare func(lhs T, rhs U) int) []T
- func SortedDifferenceIndex[T, U any](lhs []T, rhs []U, compare func(lhs T, rhs U) int) []int
- func SortedIntersection[T, U any](lhs []T, rhs []U, compare func(lhs T, rhs U) int) []T
- func SortedIntersectionIndex[T, U any](lhs []T, rhs []U, compare func(lhs T, rhs U) int) []int
- func SortedOrderedDifference[T constraints.Ordered](lhs, rhs []T) []T
- func SortedOrderedDifferenceIndex[T constraints.Ordered](lhs, rhs []T) []int
- func SortedOrderedIntersection[T constraints.Ordered](lhs, rhs []T) []T
- func SortedOrderedIntersectionIndex[T constraints.Ordered](lhs, rhs []T) []int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OrderedCompare ¶
func OrderedCompare[T constraints.Ordered](lhs, rhs T) int
func SortedDifference ¶
func SortedDifferenceIndex ¶
func SortedIntersection ¶
func SortedIntersectionIndex ¶
func SortedOrderedDifference ¶
func SortedOrderedDifference[T constraints.Ordered](lhs, rhs []T) []T
func SortedOrderedDifferenceIndex ¶
func SortedOrderedDifferenceIndex[T constraints.Ordered](lhs, rhs []T) []int
func SortedOrderedIntersection ¶
func SortedOrderedIntersection[T constraints.Ordered](lhs, rhs []T) []T
func SortedOrderedIntersectionIndex ¶
func SortedOrderedIntersectionIndex[T constraints.Ordered](lhs, rhs []T) []int
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.