Tobias Pankrath:
Check for null with (x is null) not via printing to stdout.
In most cases instead of checking dynamic arrays for null, it's better to use std.array.empty.
Bye, bearophile
bearophile via Digitalmars-d-learn Sun, 08 Feb 2015 16:01:37 -0800
Tobias Pankrath:
Check for null with (x is null) not via printing to stdout.
In most cases instead of checking dynamic arrays for null, it's better to use std.array.empty.
Bye, bearophile