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

Reply via email to