iivchenko / ShogunLib

Set of libraries with useful and reusable code like LINQ extension, Monads, event extensions and helpers, patterns etc.
MIT License
1 stars 0 forks source link

Remove struct restriction from Maybe #21

Closed iivchenko closed 7 years ago

iivchenko commented 8 years ago

Obviously Maybe should work only with ref types but if we provide such a restriction we will not have oportunity to check struct types elements which could be a ref types as well.

iivchenko commented 7 years ago

https://github.com/iivchenko/ShogunLib/pull/39