enforce.enforce

Undocumented in source. Be warned that the author may not have intended to support it.
template enforce(alias func)
void
enforce
(
string file = __FILE__
size_t line = __LINE__
Args...
)
(
Args args
)
if (
__traits(identifier, func).indexOf("FT_") == 0
)

Meta