Skip to content

Instantly share code, notes, and snippets.

/a.cs

Created December 15, 2017 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a61012dd12882d3672ce27d92b7d1167 to your computer and use it in GitHub Desktop.
Save anonymous/a61012dd12882d3672ce27d92b7d1167 to your computer and use it in GitHub Desktop.
public void DoStuffTo(in Thing thing)
{
thing.Conculate();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment