On 29.12.2017 13:05, Amorphorious wrote:
Also, tuple display is quite verbose, can it be removed too?


+        [0]    {__expand_field_0=-.08063807692, __expand_field_1=.4066909153, __expand_field_2=.91} std.typecons.Tuple!(double, double, double).Tuple

Currently the field names are always shown.

Even though this looks like a library artefact, it seems the field names are actually compiler generated, too. To the debugger, these are plain structs, but when displaying the single-line "quick-view", the internal names starting with "__" could be hidden, too, while still showing the values.

Reply via email to