Andrei Alexandrescu wrote:
1. An array literal has no name and cannot be aliased, hence it's private to the implementation.
Oops. I meant to say an array literal in the expression "a in [ ... ]". Generally array literals definitely can be aliased :o).
Andrei
