[phobos] [D-Programming-Language/phobos] 00032f: Improve docs for std.algorithm.mutation.move & rel...

GitHub via phobos phobos at puremagic.com
Thu Mar 31 18:54:32 PDT 2016


  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 at 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 at 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


More information about the phobos mailing list