v1.3.0
Bugfixes
- The interface
IMaybe<out T>
was not inheriting fromIMaybe
Features
- Added mechanisms to non-generically create instances of
IMaybe
that are runtime down-castable toMaybe<T>
.
IMaybe<out T>
was not inheriting from IMaybe
IMaybe
that are runtime down-castable to Maybe<T>
.