github.com/aykevl/tinygo@v0.5.0/src/reflect/swapper.go (about)

     1  package reflect
     2  
     3  func Swapper(slice interface{}) func(i, j int) {
     4  	panic("unimplemented: reflect.Swapper")
     5  }