High-level wrapper for readline package
Adam D. Ruppe via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu Sep 7 12:45:06 PDT 2017
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[]`
More information about the Digitalmars-d-learn
mailing list