Extends a method to include UFCS functions in the calling context.
When calling an extended method of an object, the following locations are searched, in order, for a method or UFCS function with the given name:
If no method or function is found, a compile-time error is generated.
Calls the extended method.
the name of the method to call
the name of the module to search for extended methods
See Implementation
Extends a method to include UFCS functions in the calling context.
When calling an extended method of an object, the following locations are searched, in order, for a method or UFCS function with the given name:
If no method or function is found, a compile-time error is generated.