https://issues.dlang.org/show_bug.cgi?id=9819
--- Comment #2 from [email protected] --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/8f1991447c09c73c30da18e687f2da31c87a0c0a Fix #9819: Allow access to named tuple's names Adds a `fieldNames` alias to `std.typecons.Tuple` to return the user-supplied names. The actual fields are in an expression tuple, so the user-supplied names are simply aliases, which previous to this PR, were not accessible. https://issues.dlang.org/show_bug.cgi?id=9819 Fix Issue 9819 --
