Source Code for Me (s-c.me)

Allows you to paste souce code to blogs! Adapted for Twitter! Here is Search Form in case you missed your code.
Code:
Selected Language:
Show Linenumbers:
Short link for Twitter:
HTML:

HTML view:

Copy Source | Copy HTML
  1. static public void SortNoVirt<T, TValue, TCmp>(T[] keys, TValue[] values, int left, int right, TCmp comparer) where TCmp : IComparer<T>
  2.  
  3. // ...
  4.  
  5. struct IntComparerNoVirt : IComparer<int>
  6. {
  7.     public int Compare(int x, int y)
  8.     {
  9.         return x - y;
  10.     }
  11. }




Based on Manoli.Net's CodeFormatter. Made by Topbot (c) 2008-2012