OverloadIsNonStrict enables the function to be called with error and unknown argument values. Note: do not use this option unless absoluately necessary as it should be an uncommon feature.
()
| 350 | // |
| 351 | // Note: do not use this option unless absoluately necessary as it should be an uncommon feature. |
| 352 | func OverloadIsNonStrict() OverloadOpt { |
| 353 | return decls.OverloadIsNonStrict() |
| 354 | } |
| 355 | |
| 356 | // OverloadOperandTrait configures a set of traits which the first argument to the overload must implement in order to be |
| 357 | // successfully invoked. |