Can we disallow appending integer to string?
    Nick Treleaven via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Fri Apr 21 04:30:33 PDT 2017
    
    
  
On Friday, 21 April 2017 at 08:36:12 UTC, Nick Treleaven wrote:
> Converting from char types -> integers, whilst (arguably) bug 
> prone, at least is numerically sound. So perhaps we could 
> disallow uint -> dchar, which is unsound.
That is in the general case - when VRP can prove an integer fits 
within a dchar, by the logic of this proposal, it is allowed.
    
    
More information about the Digitalmars-d-learn
mailing list