@msoucy
mixin ProtocolBufferFromString!"
package foo.bar;
message Person {...}
";
void test(){
static assert(Person.fqname=="foo.bar.Person");
}
is there anything similar to fqname? (static method returning at compile time the fully qualified proto type)