July 31, 2016
  Branch: refs/heads/master
  Home:   https://github.com/dlang/phobos
  Commit: 3e0a93325b9ca910167406def0f76510675fdb49
      https://github.com/dlang/phobos/commit/3e0a93325b9ca910167406def0f76510675fdb49
  Author: Ilya Yaroshenko <ilyayaroshenko@gmail.com>
  Date:   2016-07-31 (Sun, 31 Jul 2016)

  Changed paths:
    M std/experimental/ndslice/internal.d
    M std/experimental/ndslice/slice.d

  Log Message:
  -----------
  fix Issue 16315, optimise arithmetic operations for Slice


  Commit: eb9e676783f03abbd14851fdb4d5dce0735e24b5
      https://github.com/dlang/phobos/commit/eb9e676783f03abbd14851fdb4d5dce0735e24b5
  Author: David Nadlinger <code@klickverbot.at>
  Date:   2016-07-31 (Sun, 31 Jul 2016)

  Changed paths:
    M std/experimental/ndslice/internal.d
    M std/experimental/ndslice/slice.d

  Log Message:
  -----------
  Merge pull request #4647 from 9il/assign

fix Issue 16315 and optimise arithmetic operations for Slice


Compare: https://github.com/dlang/phobos/compare/04b45d1deb59...eb9e676783f0