onRangeError
fn
noreturn onRangeError( string file = __FILE__, size_t line = __LINE__ ) @trusted pure nothrow @nogcA callback for general array bounds errors in D. A RangeError will be thrown.
Parameters
file | The name of the file that signaled this error. |
line | The line number on which this error occurred. |