github.com/tinygo-org/tinygo@v0.31.3-0.20240404173401-90b0bf646c27/src/reflect/makefunc.go (about)

     1  package reflect
     2  
     3  func MakeFunc(typ Type, fn func(args []Value) (results []Value)) Value {
     4  	panic("unimplemented: reflect.MakeFunc()")
     5  }