ASSERT

Undocumented in source. Be warned that the author may not have intended to support it.
pure nothrow @trusted @nogc
void
ASSERT
(
string fmt
string file = __FILE_FULL_PATH__
string mod = __MODULE__
size_t line = __LINE__
T...
)
(
bool cond
,
scope lazy T args
)

Meta