gregoryyoung / nothing

Replacement of the System.Void type
The Unlicense
57 stars 11 forks source link

Add ToNothing() and FromNothing() extensions #20

Open glennblock opened 9 years ago

glennblock commented 9 years ago

Useful for conversion between different types. Should also support converting to/from strings with the values "Nothing", "Nada" and "Zilch"

codecore commented 9 years ago

Shouldn't those be an enumeration? This could be useful as a base class, but that would be making something from nothing.