March 31, 2016 [phobos] [D-Programming-Language/phobos] 00032f: Improve docs for std.algorithm.mutation.move & rel... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 00032f65ad4ce139f0504089c1bd23938dca8a29 https://github.com/D-Programming-Language/phobos/commit/00032f65ad4ce139f0504089c1bd23938dca8a29 Author: Nick Treleaven <nick.treleaven@btinternet.com> Date: 2016-03-29 (Tue, 29 Mar 2016) Changed paths: M std/algorithm/mutation.d Log Message: ----------- Improve docs for std.algorithm.mutation.move & related functions Clarify that `move` doesn't always do a destructive copy. Improve std.algorithm.mutation.move, moveEmplace examples. Make moveAll, moveSome description easier to read. Fix parameter name typos source -> src, tgt. Commit: 7c752bf5f024a8b011ffd076a30c17d906c9556b https://github.com/D-Programming-Language/phobos/commit/7c752bf5f024a8b011ffd076a30c17d906c9556b Author: H. S. Teoh <hsteoh@quickfur.ath.cx> Date: 2016-03-31 (Thu, 31 Mar 2016) Changed paths: M std/algorithm/mutation.d Log Message: ----------- Merge pull request #4084 from ntrel/move-docs Improve docs for std.algorithm.mutation.move & related functions Compare: https://github.com/D-Programming-Language/phobos/compare/d462241e92fd...7c752bf5f024 |
Copyright © 1999-2021 by the D Language Foundation