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.
()
| 380 | // |
| 381 | // Note: do not use this option unless absoluately necessary as it should be an uncommon feature. |
| 382 | func OverloadIsNonStrict() OverloadOpt { |
| 383 | return decls.OverloadIsNonStrict() |
| 384 | } |
| 385 | |
| 386 | // OverloadOperandTrait configures a set of traits which the first argument to the overload must implement in order to be |
| 387 | // successfully invoked. |