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' which cannot be read main.d " when I tried to compile, so I couldn't check it.
- Re: using a binary tree container spir
- Re: using a binary tree container Dominic Jones
- Re: using a binary tree container bearophile
- Re: using a binary tree container spir
- Re: using a binary tree container spir
- Re: using a binary tree container Ali Çehreli
- Re: using a binary tree container Stewart Gordon
- Re: using a binary tree container Tom
- Re: using a binary tree container spir
- Re: using a binary tree container Steven Schveighoffer
- Re: using a binary tree container Lutger Blijdestijn
- Re: using a binary tree container Steven Schveighoffer
- Re: using a binary tree container Lutger Blijdestijn