f(x[0..$/2]) f(x[$/2..$])
typically found in divide-and-conquer algorithms such as quicksort?
If not, what would it require to implement it?
f(x[0..$/2]) f(x[$/2..$])
typically found in divide-and-conquer algorithms such as quicksort?
If not, what would it require to implement it?