std.jgrandson

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Wed Aug 6 07:48:52 PDT 2014


On 2014-08-06 13:36, Daniel Murphy wrote:

> Yes.  Allow T, where T is any of
>
> int, float, long, etc
> bool
> struct { T... }
> T[string]
> T[]

BTW, why not classes? It's basically the same implementation as for structs.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list