cast(string) for mutable array

Kagamin spam at here.lot
Sat Aug 1 09:45:47 UTC 2026


Works on my machine:
```
string test() @safe pure
{
	char[] a=[1];
	a[0]=2;
	return a;
}
```


More information about the Digitalmars-d-learn mailing list