All Questions
1 question
6
votes
2
answers
6k
views
Option type in C# and implicit conversions
I have decided to create a simple Option type for C#. I have essentially based it on the
Scala's Option.
It was mostly a fun ...