mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 19:43:44 +00:00
0b8beb77c1
This is necessary to compile fmt. However, it cannot link yet.
6 lines
109 B
Go
6 lines
109 B
Go
package reflect
|
|
|
|
func Swapper(slice interface{}) func(i, j int) {
|
|
panic("unimplemented: reflect.Swapper")
|
|
}
|