[phobos] [D-Programming-Language/phobos] 20341b: Implement issue#	9103.
    GitHub 
    noreply at github.com
       
    Sun Dec  2 04:12:45 PST 2012
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 20341b4980365f2271d53a5202a76f587d080713
      https://github.com/D-Programming-Language/phobos/commit/20341b4980365f2271d53a5202a76f587d080713
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2012-12-02 (Sun, 02 Dec 2012)
  Changed paths:
    M std/algorithm.d
  Log Message:
  -----------
  Implement issue# 9103.
find should work with multiple needles which are a combination of
elements and ranges rather than just all ranges - just like startsWith
and endsWith do - and since that overload of find calls startsWith, it's
trivial to make it take the same types of arguments as startsWith.
  Commit: a7b3164de1e7d637cd9e21eb5c981825acccf02d
      https://github.com/D-Programming-Language/phobos/commit/a7b3164de1e7d637cd9e21eb5c981825acccf02d
  Author: Alex Rønne Petersen <alex at lycus.org>
  Date:   2012-12-02 (Sun, 02 Dec 2012)
  Changed paths:
    M std/algorithm.d
  Log Message:
  -----------
  Merge pull request #988 from jmdavis/9103
Implement issue# 9103.
Compare: https://github.com/D-Programming-Language/phobos/compare/f7a2b9aa7824...a7b3164de1e7
    
    
More information about the phobos
mailing list