[Issue 7666] A function to reverse the items of a tuple

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Feb 15 03:21:09 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=7666



--- Comment #13 from bearophile_hugs at eml.cc 2014-02-15 03:21:05 PST ---
The presence of this function solves the problem of choosing what's the right
API for the Phobos-defined array.reverse: for API uniformity is should be like
this one, so array.reverse should reverse the items in-place (unlike this
Tuple.reverse) and return the reversed items, to be used in UFCS chains.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list