Skip to content

Instantly share code, notes, and snippets.

@Tom01098
Created September 5, 2019 12:01
Show Gist options
  • Save Tom01098/58f8cde6ff362a802dcfd6ae04717766 to your computer and use it in GitHub Desktop.
Save Tom01098/58f8cde6ff362a802dcfd6ae04717766 to your computer and use it in GitHub Desktop.
An identity method that is more concise and readable than `x => x`.
private static T ID<T>(T x) => x;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment