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