mattak/Unidux

Remove generics restriction of IStateClone

Closed this issue · 0 comments

User can describe much more short code.

before:

class State : StateBase<State> {}

after:

class State : StateBase {}