On 05/26/2016 04:03 PM, ArturG wrote:
for example:

if(any floatingpoint.init) will be true
if(any char.init) also true
if("") also true

while others are false e.g.

string s;
if(s) will be false
all others are also false or did i miss any?

What does it matter?
              • Re:... ArturG via Digitalmars-d-learn
              • Re:... Adam D. Ruppe via Digitalmars-d-learn
              • Re:... ArturG via Digitalmars-d-learn
              • Re:... Steven Schveighoffer via Digitalmars-d-learn
              • Re:... ArturG via Digitalmars-d-learn
              • Re:... Steven Schveighoffer via Digitalmars-d-learn
              • Re:... ArturG via Digitalmars-d-learn
              • Re:... Alex Parrill via Digitalmars-d-learn
              • Re:... ArturG via Digitalmars-d-learn
              • Re:... Marc Schütz via Digitalmars-d-learn
  • Re: Why do some T.init evalua... ag0aep6g via Digitalmars-d-learn

Reply via email to