onRangeError

A callback for general array bounds errors in D. A RangeError will be thrown.

extern (C) @trusted pure nothrow @nogc
onRangeError
(
string file = __FILE__
,
size_t line = __LINE__
)

Parameters

file string

The name of the file that signaled this error.

line size_t

The line number on which this error occurred.

Throws

Meta