quicksort

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

nothrow @nogc
void
quicksort
(
T
)

Meta