On Fri, 26 Sep 2014 01:08:59 +0000
AsmMan via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com>
wrote:

> > "" has length of 0. null has length of 0. two strings without 
> > content
> > are essentialy the same.
> but null has length? what's null in D?
i confused you here, sorry. what i mean is 'null string', not 'null' as
a type itself. i.e.
string a = ""; // "empty string"
string a = null; // "null string"

Attachment: signature.asc
Description: PGP signature

Reply via email to