tinygo/src/reflect/swapper.go
Ayke van Laethem 0b8beb77c1
reflect: add stub reflect package
This is necessary to compile fmt. However, it cannot link yet.
2018-10-23 15:39:53 +02:00

5 строки
109 Б
Go

package reflect
func Swapper(slice interface{}) func(i, j int) {
panic("unimplemented: reflect.Swapper")
}