On Tuesday, 22 April 2014 at 15:30:36 UTC, Steven Schveighoffer wrote:Also, an immutable can be initialized that way:immutable int[] = int[].init;Isn't that exactly "R.init" ?
Yes, you said if it's an immutable it would fail to compile. I think this is not true.
-Steve