Versions in this module Expand all Collapse all v0 v0.1.0 Apr 16, 2022 Changes in this version + func OrderedCompare(lhs, rhs T) int + func SortedDifference(lhs []T, rhs []U, compare func(lhs T, rhs U) int) []T + func SortedDifferenceIndex(lhs []T, rhs []U, compare func(lhs T, rhs U) int) []int + func SortedIntersection(lhs []T, rhs []U, compare func(lhs T, rhs U) int) []T + func SortedIntersectionIndex(lhs []T, rhs []U, compare func(lhs T, rhs U) int) []int + func SortedOrderedDifference(lhs, rhs []T) []T + func SortedOrderedDifferenceIndex(lhs, rhs []T) []int + func SortedOrderedIntersection(lhs, rhs []T) []T + func SortedOrderedIntersectionIndex(lhs, rhs []T) []int