cast(string) for mutable array
Kagamin
spam at here.lot
Sat Aug 1 09:45:47 UTC 2026
Previous message:
cast(string) for mutable array
Next message:
cast(string) for mutable array
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Works on my machine: ``` string test() @safe pure { char[] a=[1]; a[0]=2; return a; } ```
Previous message:
cast(string) for mutable array
Next message:
cast(string) for mutable array
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Digitalmars-d-learn mailing list