2.9.5
- Improved API to make more parameters work. For example :
Action<int, T>
now worksAction<Action<int>, T>
should now work, if you want to commit a sin.Action<Action<Action<int, T, Action<T>>, T>
should work, but only if you want to lose all your friends.