j2jensen
-
CallMeMaybe by: j2jensen
- 31,927 total downloads
- last updated 12/31/2018
- Latest version: 0.7.1
Provides a class and a few extension methods to facilitate common operations with values that may or may not exist. Traditionally, programmers often use `null` references to represent values that "aren't there", but the problem is that this was never their intended purpose. - Languages like C#... More information -
- 1,650 total downloads
- last updated 5/2/2015
- Latest version: 0.6.0
Some usage samples to help you get the hang of the Maybe<> type and associated extension methods which are available in the CallMeMaybe library.