main.d(61): Error: temp_[i_] isn't mutable

Ben Hanson Ben.Hanson at tfbplc.co.uk
Sat Jun 19 12:54:46 PDT 2010


> because strings aren't mutable. char[]'s on the other hand are, so you
> could just change temp_'s type to
> import std.traits;
> Unqual!(typeof(StringT.init[0]))[] temp_;
> or something like that.

Thanks Ellery.


More information about the Digitalmars-d mailing list