OverloadExamples configures an example of how to invoke the overload.
(docs ...string)
| 323 | |
| 324 | // OverloadExamples configures an example of how to invoke the overload. |
| 325 | func OverloadExamples(docs ...string) OverloadOpt { |
| 326 | return decls.OverloadExamples(docs...) |
| 327 | } |
| 328 | |
| 329 | // UnaryBinding provides the implementation of a unary overload. The provided function is protected by a runtime |
| 330 | // type-guard which ensures runtime type agreement between the overload signature and runtime argument types. |
no test coverage detected