TypeErrorMsg.TypeErrorMsg

Undocumented in source.
  1. auto TypeErrorMsg;
  2. auto TypeErrorMsg;
    template TypeErrorMsg(T, Base)
    static immutable
    static if(!(is(T == Base)))
    auto TypeErrorMsg = T.stringof ~ " is a typedef of " ~ Base.stringof ~ " which is not supported because it is a class or interface";

Meta