The following expression compiles but does not make sense. string str = "hello" ~ 10; assert(str == "hello\n");
Is this a useful feature or just a bug?
The following expression compiles but does not make sense. string str = "hello" ~ 10; assert(str == "hello\n");
Is this a useful feature or just a bug?