December 09, 2012
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 74f8c844feb87845b0ca797a2e456ac7e1a95234
      https://github.com/D-Programming-Language/phobos/commit/74f8c844feb87845b0ca797a2e456ac7e1a95234
  Author: jmdavis <jmdavisProg@gmx.com>
  Date:   2012-12-09 (Sun, 09 Dec 2012)

  Changed paths:
    M std/algorithm.d
    M std/array.d
    M std/container.d
    M std/range.d
    M std/regex.d

  Log Message:
  -----------
  Revert "Add `alias opDollar` and use $ in range slicing"

This reverts commit 07104b5fe678e919d1c65658bc7197982325e451.

As we cannot currenly rely on even ranges with slicing implementing opDollar, this change breaks code, because it assumes that such ranges implement opDollar.