Exemplo n.º 1
0
func Sort(s Slice) {
	sortutil.Int32Slice(s).Sort()
}
Exemplo n.º 2
0
func (s Slice) Sort() {
	sortutil.Int32Slice(s).Sort()
}