enforce.enforce

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

Meta