Avoiding const?

ixid nuaccount at gmail.com
Tue Feb 21 19:42:05 PST 2012


Thank you, I'll read those articles. Is there a more elegant way 
than this to get the string[] out of a range after using the 
algorithms sort? Ranges are a bit of a mystery.

	string[] temp;
	foreach(i;sort(set.keys))
		temp ~= to!string(i);

I'm a little worried that the very basic level of my posts is 
spamming the forum, is there a D community forum for absolute 
beginners?


More information about the Digitalmars-d-learn mailing list