class Person { int age = 0; };
I wish rust would make default struct field values this easy to write.
reply
class Person { int age = 0; };
I wish rust would make default struct field values this easy to write.