A callback for array slice out of bounds errors in D.
the lower bound of the index passed of a slice
the upper bound of the index passed of a slice or the index if not a slice
length of the array
The name of the file that signaled this error.
The line number on which this error occurred.
ArraySliceError.
See Implementation
A callback for array slice out of bounds errors in D.