enforceEx.enforceEx

Undocumented in source. Be warned that the author may not have intended to support it.
template enforceEx(E)
T
enforceEx
(
T
string file = __FILE__
size_t line = __LINE__
Args...
)
(,
Args args
)
if (
is(typeof(new E(args, file, line)))
)

Meta