August 14, 2011
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos

  Commit: b1765dc0cb5f2e185648935448a2b215d07ed2c2
      https://github.com/D-Programming-Language/phobos/commit/b1765dc0cb5f2e185648935448a2b215d07ed2c2
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2011-08-14 (Sun, 14 Aug 2011)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Removed new, unnecessary overload of countUntil.

I missed the fact that count would do what I was trying to do, as did dsimcha when he reviewed it. I left in the improvements to countUntil's documentation though.