Files
vRp.CD2g_test/utils/collection/collection.go
2024-01-11 18:46:10 +08:00

7 lines
195 B
Go

package collection
import "github.com/kercylan98/minotaur/utils/generic"
type ComparisonHandler[V any] func(source, target V) bool
type OrderedValueGetter[V any, N generic.Ordered] func(v V) N