reducto
reducto copied to clipboard
Adding type constraints for generic type arguments
This libraries SimpleReducer<State> relies on State being a struct (value type). This should be ensured by adding a where State : struct constraint.