for example:
if(any floatingpoint.init) will be true
if(any char.init) also true
if("") also truewhile others are false e.g. string s; if(s) will be false all others are also false or did i miss any?
ArturG via Digitalmars-d-learn Thu, 26 May 2016 07:06:18 -0700
for example:
if(any floatingpoint.init) will be true
if(any char.init) also true
if("") also truewhile others are false e.g. string s; if(s) will be false all others are also false or did i miss any?