DConf 2014 Day 1 Talk 2

Philippe Sigaud via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Jun 5 12:51:14 PDT 2014


On Tue, Jun 3, 2014 at 10:54 PM, Jonathan Crapuchettes
> Here is a link to the slides from the presentation.
>
> http://slides.com/jonathancrapuchettes/dconf


On the 'issues with D' slide, you cite 'Can't get member names from Tuples'.
Do you mean:

alias Entry = Tuple!(int, "index", string, "value");

=> getting ["index", "value"]

?


More information about the Digitalmars-d-announce mailing list