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



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

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

Reply via email to