The OpenD Programming Language

quickSortImpl

initial index and data are the same

@trusted
void
quickSortImpl
(
alias less
Iterator
)
(
Slice!Iterator slice
)

Meta