D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 4330 - std.range.transposed() should be documented
Summary: std.range.transposed() should be documented
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: Other Windows
: P2 normal
Assignee: Andrei Alexandrescu
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2010-06-16 08:13 UTC by David Simcha
Modified: 2014-07-17 15:23 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description David Simcha 2010-06-16 08:13:40 UTC
std.range.transposed() has been in Phobos for over a year.  It works (at least for rectangular ranges of range; the handling of the non-rectangular case is arbitrary and confusing) and I find it quite useful, but it's completely undocumented.
Comment 2 github-bugzilla 2014-07-17 15:23:33 UTC
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/9caa23a682992c4fe1c847c9d65545009b1cd1d5
Document std.range.transposed (issue 4330).

Add unittested example as well.

https://github.com/D-Programming-Language/phobos/commit/4f8d08145421dbab67dd12a23bd9edd2f02f9b1d
Merge pull request #1138 from quickfur/transposed

Fix issue 4330 and issue 8764