3 lines
68 B
Go
3 lines
68 B
Go
package sorting
|
|
|
|
type SliceSorter[T any] func([]T, func(T, T) bool)
|
package sorting
|
|
|
|
type SliceSorter[T any] func([]T, func(T, T) bool)
|