Setting field of struct object

zjh fqbqrr at 163.com
Thu Jan 25 09:05:13 UTC 2024


On Thursday, 25 January 2024 at 08:46:34 UTC, Renato wrote:



```d
void main() {
     Person p = { "Joe", "joe at ab.com", 30};
     writeln(p);
}
```

I just tested it and it works. It's `great`!



More information about the Digitalmars-d-learn mailing list