Skip to content

Commit 7f3f5c6

Browse files
committed
Test demonstrating extension method shorthands
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.
1 parent 874a203 commit 7f3f5c6

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)