opDispatch.code

Undocumented in source.
template opDispatch(string M)
enum code = format(q{ version(%s) enum opDispatch = true; else enum opDispatch = false; }, M);

Meta