[Issue 22736] Add destructuring bind for std.typecons.Tuple tuples

2022-02-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22736 --- Comment #1 from Vladimir Panteleev --- Why not just specify the names when constructing the tuple? -> Sometimes, the tuple is constructed in more than one place. This would require specifying the same names at every construction site. Why not d

[Issue 22736] Add destructuring bind for std.typecons.Tuple tuples

2022-02-04 Thread d-bugmail--- via Digitalmars-d-bugs
--- @CyberShadow created dlang/phobos pull request #8372 "[RFC] Fix Issue 22736 - Add destructuring bind for std.typecons.Tuple tuples" fixing this issue: - Fix Issue 22736 - Add destructuring bind for std.typecons.Tuple tuples https://github.com/dlang/phobos/pull/8372 --

[Issue 22736] Add destructuring bind for std.typecons.Tuple tuples

2022-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22736 --- Comment #3 from Dlang Bot --- @pbackus created dlang/phobos pull request #8376 "Add std.functional.bind" fixing this issue: - Add std.functional.bind Fixes Issue 22736 - Add destructuring bind for std.typecons.Tuple tup

[Issue 22736] Add destructuring bind for std.typecons.Tuple tuples

2022-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #4 from Dlang Bot --- dlang/phobos pull request #8376 "Add std.functional.bind" was merged into master: - 9d1aeeca2b0bcc5cf08f7eebd5283466444112ba by Paul Backus: Add std.functional.bind Fixes Issue 22736 - Add destructuring bind for std.typecons.Tu