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?
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?