Replies: 5 comments
-
Could you just use the |
Beta Was this translation helpful? Give feedback.
-
You can also use the |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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.
|
Beta Was this translation helpful? Give feedback.
-
@Zaid-Ajaj what about this?
|
Beta Was this translation helpful? Give feedback.
-
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 😄
Beta Was this translation helpful? Give feedback.
All reactions