You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test shows that the overhead of extension methods can be reduced
to be no more than 7 characters per method, using two tricks:
- Any implicit parameters become parameters of the enclosing implied instance
- A local type alias can be used to abbreviate the (repetitive) first parameter
string.
This demonstration strengthens the case for the current syntax for extension methods.
0 commit comments