Name Mangling & its representation of D types

Mike Parker aldacron at gmail.com
Tue Aug 3 17:01:38 UTC 2021


On Tuesday, 3 August 2021 at 16:43:52 UTC, NonNull wrote:
> how does it work for recursive types like a struct containing a 
> pointer to a struct of the same type

A struct `S` with a member of type `S*` is still just a struct 
`S`. The pointer doesn't change anything about the type.



More information about the Digitalmars-d-learn mailing list