On Fri, 11 Feb 2011 14:46:26 -0500, Tom <[email protected]> wrote:

what with this?:
        auto arr = ["foo", "bar", "aaa", "zzz"];
        sort(arr);
        assert(canFind("foo"));
        assert(canFind("aaa"));
        assert(!canFind("aa"));
I had a "Error     1       Error: module algorithem is in file 
'std\algorithem.d'

it's spelled "algorithm", no e in there.

-Steve

Reply via email to