On Thursday, 7 September 2017 at 19:38:38 UTC, Nordlöw wrote:
But I believe it's ok to relax it from `string` to `const(char)[]`, right?
Yeah, it should be const(char)[] or even `in char[]`
Adam D. Ruppe via Digitalmars-d-learn Thu, 07 Sep 2017 12:51:10 -0700
On Thursday, 7 September 2017 at 19:38:38 UTC, Nordlöw wrote:
But I believe it's ok to relax it from `string` to `const(char)[]`, right?
Yeah, it should be const(char)[] or even `in char[]`