Searched defs:variadic (Results 1 – 5 of 5) sorted by relevance
13 func variadic(points ...float64) { func
29 …variadic bool // true if the last parameter's type is of the form ...T (or string, for a… member
30 …variadic bool // true if the last parameter's type is of the form ...T (or string, for a… member
69 func variadic[A, B any](A, B, ...B) int { panic(0) } func
153 func variadic(x ...interface{}) {} func