String Theory Questions
    Mike Parker via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sun Sep 14 07:09:47 PDT 2014
    
    
  
On 9/14/2014 2:09 AM, WhatMeWorry wrote:
>
> The name string is aliased to immutable(char)[]
>
> Why was immutable chosen? Why not mutable.  Or why not just make another
> alias called
>
> strung where it is aliased to mutable(char)[]
If you want a mutable array of characters, just use char[].
---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com
    
    
More information about the Digitalmars-d-learn
mailing list