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 c66836c commit 410aa0eCopy full SHA for 410aa0e
src/reflect/value.go
@@ -2011,6 +2011,10 @@ func (v Value) Call(in []Value) []Value {
2011
panic("unimplemented: (reflect.Value).Call()")
2012
}
2013
2014
+func (v Value) CallSlice(in []Value) []Value {
2015
+ panic("unimplemented: (reflect.Value).CallSlice()")
2016
+}
2017
+
2018
func (v Value) Method(i int) Value {
2019
panic("unimplemented: (reflect.Value).Method()")
2020
0 commit comments