isNotInTypeSet.isNotInTypeSet

Undocumented in source.
template isNotInTypeSet(T, R...)
@safe
enum isNotInTypeSet = staticIndexOf!(T, R) == -1;

Meta