November 15, 2012 [phobos] [D-Programming-Language/phobos] 425c9d: Allow R values with sameHead | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 425c9d2b9f3f223e52f7d7609e44596a46df6c82 https://github.com/D-Programming-Language/phobos/commit/425c9d2b9f3f223e52f7d7609e44596a46df6c82 Author: monarch dodra <monarchdodra@gmail.com> Date: 2012-10-28 (Sun, 28 Oct 2012) Changed paths: M std/array.d Log Message: ----------- Allow R values with sameHead Not much point in passing arrays by const ref when you can just pass by copy. Commit: efed1a0e36a07c3b6ef34cf3c58ec031d5b29c3f https://github.com/D-Programming-Language/phobos/commit/efed1a0e36a07c3b6ef34cf3c58ec031d5b29c3f Author: monarch dodra <monarchdodra@gmail.com> Date: 2012-10-28 (Sun, 28 Oct 2012) Changed paths: M std/array.d Log Message: ----------- Adding sameTail Commit: b04b0695a3729590b049d2452e9004d0b100cc08 https://github.com/D-Programming-Language/phobos/commit/b04b0695a3729590b049d2452e9004d0b100cc08 Author: monarch dodra <monarchdodra@gmail.com> Date: 2012-10-28 (Sun, 28 Oct 2012) Changed paths: M std/array.d Log Message: ----------- Unittests for sameHead/sameTail Commit: fcdb0bae1901bb936177bf6ab7dc35043bef03be https://github.com/D-Programming-Language/phobos/commit/fcdb0bae1901bb936177bf6ab7dc35043bef03be Author: monarch dodra <monarchdodra@gmail.com> Date: 2012-10-28 (Sun, 28 Oct 2012) Changed paths: M std/string.d Log Message: ----------- stripLeft & sameTail tweak Technically, we are stripping from the left, so the resulting array should have the sameTail as the original Commit: 82d3e1c8a78a2ad7993fb32017f552219d593daa https://github.com/D-Programming-Language/phobos/commit/82d3e1c8a78a2ad7993fb32017f552219d593daa Author: monarch dodra <monarchdodra@gmail.com> Date: 2012-10-28 (Sun, 28 Oct 2012) Changed paths: M std/string.d Log Message: ----------- strip unittest Commit: 1536320ca1bc5c9ad5c2f5f22b5816511b8cc1d5 https://github.com/D-Programming-Language/phobos/commit/1536320ca1bc5c9ad5c2f5f22b5816511b8cc1d5 Author: Jonathan M Davis <jmdavisProg@gmx.com> Date: 2012-11-15 (Thu, 15 Nov 2012) Changed paths: M std/array.d M std/string.d Log Message: ----------- Merge pull request #905 from monarchdodra/strip strip and sameTail Compare: https://github.com/D-Programming-Language/phobos/compare/a32c4080340b...1536320ca1bc |
Copyright © 1999-2021 by the D Language Foundation