quicksort

@nogc quicksort From the excellent: http://codereview.stackexchange.com/a/77788

deprecated("Use grailSort() instead, which is faster") nothrow @nogc
void
quicksort
(
T
)

Meta