Bug 20228 – simple toString for Tuple!()s

Status
NEW
Severity
enhancement
Priority
P4
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2019-09-19T06:49:09Z
Last change time
2024-12-01T16:35:36Z
Assigned to
No Owner
Creator
a11e99z
Moved to GitHub: phobos#9779 →

Comments

Comment #0 by black80 — 2019-09-19T06:49:09Z
Tuple!() prints like > Tuple!(type, name, type, name, type, name)( val, val, val ) too many spam for it. not types printing for structs by default, so why it need here? better solution: for named values to print with names, for unnamed - just value > (name1=val, name2=val, val) or simpler > (val, val, val) cuz for structs (by default) no names too
Comment #1 by robert.schadek — 2024-12-01T16:35:36Z
THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/phobos/issues/9779 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB