Why is the following failing?

ryuukk_ ryuukk.dev at gmail.com
Thu Jan 25 15:39:08 UTC 2024


```D
void main()
{
     char[32] id = 0;
     id = "hello";
}

```

this works fine, and that is what i expect for the example above..


More information about the Digitalmars-d-learn mailing list