July 17, 2014 [phobos] [D-Programming-Language/phobos] 9caa23: Document std.range.transposed (issue 4330). | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 9caa23a682992c4fe1c847c9d65545009b1cd1d5 https://github.com/D-Programming-Language/phobos/commit/9caa23a682992c4fe1c847c9d65545009b1cd1d5 Author: H. S. Teoh <hsteoh@quickfur.ath.cx> Date: 2014-07-10 (Thu, 10 Jul 2014) Changed paths: M std/range.d Log Message: ----------- Document std.range.transposed (issue 4330). Add unittested example as well. Commit: 4113afc85a30b0413ee710cfd9300ca945908836 https://github.com/D-Programming-Language/phobos/commit/4113afc85a30b0413ee710cfd9300ca945908836 Author: H. S. Teoh <hsteoh@quickfur.ath.cx> Date: 2014-07-10 (Thu, 10 Jul 2014) Changed paths: M std/range.d Log Message: ----------- Fix issue 8764 Transposed can only work with ranges of ranges if the subranges are assignable. Add signature constraints. Fix forward range bugs (should use .save instead of just copying the range object). Add unittests. Commit: dcd6a11bd76a2ccc4a8b4bc13d6ac7dd03c13060 https://github.com/D-Programming-Language/phobos/commit/dcd6a11bd76a2ccc4a8b4bc13d6ac7dd03c13060 Author: H. S. Teoh <hsteoh@quickfur.ath.cx> Date: 2014-07-10 (Thu, 10 Jul 2014) Changed paths: M std/range.d Log Message: ----------- Move docs from struct Transposed to transpose(). Commit: 4f8d08145421dbab67dd12a23bd9edd2f02f9b1d https://github.com/D-Programming-Language/phobos/commit/4f8d08145421dbab67dd12a23bd9edd2f02f9b1d Author: Dmitry Olshansky <dmitry.olsh@gmail.com> Date: 2014-07-17 (Thu, 17 Jul 2014) Changed paths: M std/range.d Log Message: ----------- Merge pull request #1138 from quickfur/transposed Fix issue 4330 and issue 8764 Compare: https://github.com/D-Programming-Language/phobos/compare/7123819fd913...4f8d08145421 |
Copyright © 1999-2021 by the D Language Foundation