onArrayIndexError
fn
noreturn onArrayIndexError( size_t index = 0, size_t length = 0,
string file = __FILE__, size_t line = __LINE__ ) @trusted pure nothrow @nogcA callback for array index out of bounds errors in D.
Parameters
index | index in the array |
length | length of the array |
file | The name of the file that signaled this error. |
line | The line number on which this error occurred. |