dproto
dproto copied to clipboard
fully qualified name from a proto?
@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)
Not at the moment, no... That shouldn't be too bad though, I'll keep it in mind