User defined types: Problems with ref

Chris wendlec at tcd.ie
Fri Jan 24 06:51:24 PST 2014


Now the output is as it should be (after changing the elements).

// The div.toString();
<div class="text" onclick="function();" id="1">
Hello, world!
<span>
I am a span
</span>
</div>

// Tree Elements
[<div class="text" onclick="function();" id="1">
Hello, world!
<span>
I am a span
</span>
</div>
, <span>
I am a span
</span>
]


More information about the Digitalmars-d-learn mailing list