We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174d492 commit cca32e6Copy full SHA for cca32e6
src/reflect/type.go
@@ -1294,6 +1294,10 @@ func MapOf(key, value Type) Type {
1294
panic("unimplemented: reflect.MapOf()")
1295
}
1296
1297
+func FuncOf(in, out []Type, variadic bool) Type {
1298
+ panic("unimplemented: reflect.FuncOf()")
1299
+}
1300
+
1301
const maxVarintLen32 = 5
1302
1303
// encoding/binary.Uvarint, specialized for uint32
0 commit comments