mirror of
https://github.com/0xAX/go-algorithms
synced 2024-11-13 13:10:30 +00:00
5 lines
59 B
Go
5 lines
59 B
Go
package main
|
|
|
|
// @todo remove return
|
|
type Sort func([]int)
|