On Thursday, 16 February 2017 at 01:05:58 UTC, David  Zhang wrote:
Is there a similar mechanism for one struct holding another?

You'd have to make the member a pointer to the struct.


immutable(B)* b;

Reply via email to