The OpenD Programming Language

AssertHandler

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

import core.exception;
alias AssertHandler = void function
(
string file
,
size_t line
,
string msg
)
nothrow

Meta