Skip to content

2.9.5

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 20:21
33eb3d7
  • Improved API to make more parameters work. For example :
    • Action<int, T> now works
    • Action<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.