On Mon, 06 May 2013 11:14:56 +0200 "Kagamin" <[email protected]> wrote:
> On Monday, 29 April 2013 at 09:38:10 UTC, David wrote:
> > Null blows up your code, "" doesn't.
>
> There's no difference between null and empty string in D.
>
That's not true:
assert("" !is null); // Passes
Or did I misunderstand what you meant?
