On Friday, 12 January 2018 at 01:45:37 UTC, Nicholas Wilson wrote:
so it defaults to `string s = null;` thus giving a segfault.
null and "" are basically the same for strings. that's not the problem.
Adam D. Ruppe via Digitalmars-d-learn Thu, 11 Jan 2018 18:15:38 -0800
On Friday, 12 January 2018 at 01:45:37 UTC, Nicholas Wilson wrote:
so it defaults to `string s = null;` thus giving a segfault.
null and "" are basically the same for strings. that's not the problem.