5 строки
109 Б
Go
5 строки
109 Б
Go
package reflect
|
|
|
|
func Swapper(slice interface{}) func(i, j int) {
|
|
panic("unimplemented: reflect.Swapper")
|
|
}
|