Array concat quiz

Adam D. Ruppe destructionator at gmail.com
Fri Dec 16 17:50:25 PST 2011


Don't forget that string is an alias for immutable(char)[].

The immutable isn't important here, but the fact that
strings are arrays is.

char[][][] is the real type here.


More information about the Digitalmars-d-learn mailing list