bumped up golang version to 1.23
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
package slices
|
||||
|
||||
type EqualityComparator[T comparable] func(a, b T) bool
|
||||
|
||||
func DefaultEqualityComparator[T comparable](a, b T) bool {
|
||||
return a == b
|
||||
}
|
||||
|
Reference in New Issue
Block a user