Mihail Ivanov

Results 1 comments of Mihail Ivanov

After looking at different ways of doing this, could we perhaps have an annotation to mark unique fields: ``` message Student { string first_name = 1; string last_name = 2;...