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