Extension methods for current scope #18063
scf37
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
I want to have concise collection builders like:
Solution
Extension methods for current scope in the form
b
instead ofa.b
- they can be made available in specific scopes via givens therefore avoiding magic imports.Implementation
Beta Was this translation helpful? Give feedback.
All reactions