AssertHandler

Gets/sets assert hander. null means the default handler is used.

alias AssertHandler = void function
(
string file
,
size_t line
,
string msg
)
nothrow

Meta