```
import std;
auto arr = [dchar(' '), '\t', 0x0a, 0x10];
void main()
{
    writeln("Hello D: ", typeid(arr));
}
```

Reply via email to