reducto icon indicating copy to clipboard operation
reducto copied to clipboard

Adding type constraints for generic type arguments

Open fubar-coder opened this issue 7 years ago • 0 comments

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

fubar-coder avatar Mar 07 '18 11:03 fubar-coder