Major performance problem with std.array.front()

Eyrk eyrk at hotmail.com
Fri Mar 7 13:56:43 PST 2014


On Friday, 7 March 2014 at 20:43:45 UTC, Vladimir Panteleev wrote:
> No, it doesn't.
>
> import std.algorithm;
>
> void main()
> {
>     auto s = "cassé";
>     assert(s.canFind('é'));
> }
>

Hm, I'm not following? Works perfectly fine on my system?


More information about the Digitalmars-d mailing list