A Discussion of Tuple Syntax

Jacob Carlborg doob at me.com
Wed Aug 21 09:39:11 PDT 2013


On 2013-08-21 18:01, Daniel Murphy wrote:

> How about angle brackets?
>
> auto x = <1, 3>;
> auto <a, b> = x;

Aren't we then back to the same problems C++ have with its template syntax?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list