Also, since I'm dealing with simple structs and strings, maybe I more intelligent string type can be used? One that uses opAssign to do reference counting? I imagine that the only time there are issues is during assignment, in most cases?
Also, When dealing with a complex tree like structure, is there
an easy way to recursively free it by free'ing all the sub
elements?
- How to create nogc code? Adam Sansier via Digitalmars-d-learn
- Re: How to create nogc c... Adam Sansier via Digitalmars-d-learn
- Re: How to create no... Jonathan M Davis via Digitalmars-d-learn
- Re: How to create no... Adam Sansier via Digitalmars-d-learn
- Re: How to creat... Jonathan M Davis via Digitalmars-d-learn
- Re: How to creat... Adam Sansier via Digitalmars-d-learn
- Re: How to c... Jonathan M Davis via Digitalmars-d-learn
- Re: How to c... Ola Fosheim Grøstad via Digitalmars-d-learn
- Re: How to create nogc c... Jonathan M Davis via Digitalmars-d-learn
- Re: How to create nogc c... ag0aep6g via Digitalmars-d-learn
