pshomov / reducto

A port of Redux to .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding type constraints for generic type arguments

fubar-coder opened this issue · comments

This libraries SimpleReducer<State> relies on State being a struct (value type). This should be ensured by adding a where State : struct constraint.