On Saturday, 31 January 2015 at 05:21:08 UTC, an wrote:
On Saturday, 31 January 2015 at 05:07:35 UTC, Kapps wrote:With a library method of [1, 2, 3].s, or syntax of [1, 2, 3]s, would this proposed $ syntax really provide any benefit? Since you could already use 'auto a = [1, 2, 3]' for size inference,Did you mean 'auto a = [1, 2, 3].s'?
Aye, I meant with the .s.
