December 02, 2012 [phobos] [D-Programming-Language/phobos] 20341b: Implement issue# 9103. | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation