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"] ?
