Dicebot: > You can do it via slice element-wise assignment: > > arr[index..$-1][] = arr[index+1..$][] Overlapping slices error. You have to copy with Phobos... Bye, bearophile