xxxxxxxxxx
void main() @safe
{
import std.algorithm.comparison : cmp;
assert(cmp("aaa"d, "aaa"d) == 0);
}