-
Notifications
You must be signed in to change notification settings - Fork 74
Changelog
Nils Lück edited this page Jan 9, 2015
·
22 revisions
- Moved essential option functionality into the actual struct:
- Allows cleaner explicit type specification in
Match
. - Allows access to central functionality without manually having to import namespace.
- Allows cleaner explicit type specification in
- Minor improvements in XML documentation.
- Added unsafe value retrieval.
- Resides in a dedicated
Optional.Unsafe
namespace.
- Resides in a dedicated
- Added equality testing, hashing and string conversion.
- Added method,
Or
, to specify an alternative value ahead of time.
- Initial version