Replies: 5 comments
|
Could you just use the |
0 replies
|
You can also use the |
0 replies
|
I need overloaded static members as extension methods, not module functions because in my use case, there are a lot of optional fields that I don't care about at first. |
0 replies
|
Makes sense. I often use statics for better option handling. Maybe this could expand to other areas too.
…Sent from my iPhone
On 21 Jul 2020, at 17:49, Zaid Ajaj ***@***.***> wrote:
I need overloaded static members as extension methods, not module functions because in my use case, there are a lot of optional fields that I don't care about at first.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
0 replies
|
@Zaid-Ajaj what about this? |
0 replies
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.
Given an input record type:
I would love to have an attributes that generates the following for me:
Then one would be able to write
I think this would be really useful for the Snowflaqe project. I might give this a try myself on one of the streams when time permits 😄
All reactions