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?

Reply via email to