September 29, 2016
  Branch: refs/heads/master
  Home:   https://github.com/dlang/phobos
  Commit: dcd00a7609de5033b1a96effabf98fa87b37609c
      https://github.com/dlang/phobos/commit/dcd00a7609de5033b1a96effabf98fa87b37609c
  Author: Andrei Alexandrescu <andrei@erdani.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M std/algorithm/sorting.d

  Log Message:
  -----------
  Add medianOf


  Commit: 15ee49f84f93a00a8cc650ebb2b0242586fdfe69
      https://github.com/dlang/phobos/commit/15ee49f84f93a00a8cc650ebb2b0242586fdfe69
  Author: Andrei Alexandrescu <andrei@erdani.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M std/algorithm/sorting.d

  Log Message:
  -----------
  Review


  Commit: 0a967579bbe124450324948cd4d8bb42cf906f2c
      https://github.com/dlang/phobos/commit/0a967579bbe124450324948cd4d8bb42cf906f2c
  Author: Andrei Alexandrescu <andrei@erdani.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M std/algorithm/sorting.d

  Log Message:
  -----------
  @wilzbach review


  Commit: 1859f0dc195976309f5d4e12b4b5765325711512
      https://github.com/dlang/phobos/commit/1859f0dc195976309f5d4e12b4b5765325711512
  Author: Andrei Alexandrescu <andrei@erdani.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M std/algorithm/sorting.d

  Log Message:
  -----------
  Make medianOf private for now to have freedom in choosing a public spec later


  Commit: 25dac83dbc4502cfd153e58e80282dfc1a08874c
      https://github.com/dlang/phobos/commit/25dac83dbc4502cfd153e58e80282dfc1a08874c
  Author: Andrei Alexandrescu <andrei@erdani.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M std/algorithm/sorting.d

  Log Message:
  -----------
  medianOf restricted for now to only size_t indexes


  Commit: ee1110deaccbd0730b8c9e981508a97d6e67ec21
      https://github.com/dlang/phobos/commit/ee1110deaccbd0730b8c9e981508a97d6e67ec21
  Author: Ilya Yaroshenko <ilyayaroshenko@gmail.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M std/algorithm/sorting.d

  Log Message:
  -----------
  Merge pull request #4810 from andralex/medianOf

Add medianOf function


Compare: https://github.com/dlang/phobos/compare/81c09ed1c191...ee1110deaccb