TypeErrorMsg.TypeErrorMsg

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

Meta