Пример #1
0
 private static void Quick(IntPtr info)
 {
     Sortable.Sort(info, (s, low, high, max) => QuickSorting.Sort(s, low, high, max));
 }