Implements an option type (Strilanc.Value.May<T>) that encourages usage based on pattern matching rather than ForceGetValue. Also includes utility methods for producing, consuming and transforming May<T>. Note on null: May<T> treats null like any other value. May.NoValue is distinct from null, and both are distinct from ((object)null).Maybe().
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Nov 29, 2012
$ dotnet add package Strilanc.Value.MayNo README available.