opDispatch.targs

Undocumented in source.
template opDispatch(Ts...)
static if(!(is(typeof(__traits(getMember, T, name)) == function)))
static if(!(is(typeof(mixin ("value.front." ~ name)))))
enum targs = Ts.length ? "!Ts" : "";

Meta