On Tuesday, 10 December 2013 at 12:54:58 UTC, bearophile wrote:
Jonathan M Davis:

and while [1, 2, 3]s is nice and  short, all it does
over staticLiteral([1, 2, 3]) is save some typing, and it requires language changes,

[1, 2, 3]s  seems nice.

What's with {1, 2, 3}? Should be easy to implement and it's known from C/C++/Java/C#

Reply via email to