type of concatenated arrays

Janice Caron caron800 at googlemail.com
Wed Nov 7 15:18:34 PST 2007


Whoops!

Thanks for the correction. My apologies.

Well, one other possible explanation I can think of is that, if
concatenation were to produce a mutable result then (for example)

    tolower(a~b)

wouldn't compile, because the argument to tolower() needs to be
invariant. That's kind of a lame argument though.



More information about the Digitalmars-d mailing list