"Igor" wrote in message news:[email protected]...
It seems a bit bloated, compared to int[] a = []. I like using auto because of uniform syntax and other reasons. Is there any concise way to create a new empty array with auto?

auto a = (int[]).init;

Reply via email to