[Issue 12448] "in" argument for std.string.toStringz

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jul 10 05:59:55 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=12448

--- Comment #3 from bearophile_hugs at eml.cc ---
(In reply to Robert Schadek from comment #2)
> no const or in needed the compiler already warns

Generally in idiomatic D all arguments have be in/const/immutable, unless they
can't :-)

--


More information about the Digitalmars-d-bugs mailing list