Example #1
0
func Sort(s Slice) {
	sortutil.Int32Slice(s).Sort()
}
Example #2
0
func (s Slice) Sort() {
	sortutil.Int32Slice(s).Sort()
}