The Case Against Autodecode
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Mon May 30 11:25:10 PDT 2016
On Monday, 30 May 2016 at 14:35:03 UTC, Seb wrote:
> That's a great idea - the compiler should also issue
> deprecation warnings when I try to do things like:
I don't agree on changing those. Indexing and slicing a char[] is
really useful and actually not hard to do correctly (at least
with regard to handling code units). Besides, it'd be a much
bigger change than the library transition.
More information about the Digitalmars-d
mailing list