MsgType.MsgType

Undocumented in source.
  1. enum MsgType;
  2. enum MsgType;
  3. enum MsgType;
  4. enum MsgType;
  5. enum MsgType;
    template MsgType(string T)
    static if(!(T == "int32" || T == "sint32" || T == "int64" || T == "sint64" || T == "uint32" || T == "uint64" || T == "bool"))
    static if(!(T == "fixed64" || T == "sfixed64" || T == "double"))
    static if(!(T == "bytes" || T == "string"))
    static if(!(T == "fixed32" || T == "sfixed32" || T == "float"))
    enum MsgType = 2;

Meta