April 22, 2012 [phobos] [D-Programming-Language/phobos] d52a1e: skipOver now supports delegates as predicates | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: d52a1ec8b91ccab8ba34801eab2a5bdd94ce7c30 https://github.com/D-Programming-Language/phobos/commit/d52a1ec8b91ccab8ba34801eab2a5bdd94ce7c30 Author: James Miller <bladeon@gmail.com> Date: 2012-04-20 (Fri, 20 Apr 2012) Changed paths: M std/algorithm.d Log Message: ----------- skipOver now supports delegates as predicates Commit: c1ad9548959ba794e984a4d104f0d4d53a25a840 https://github.com/D-Programming-Language/phobos/commit/c1ad9548959ba794e984a4d104f0d4d53a25a840 Author: James Miller <bladeon@gmail.com> Date: 2012-04-20 (Fri, 20 Apr 2012) Changed paths: M std/algorithm.d Log Message: ----------- more skipOver changes Combined the string predicate and function parameter types. Added a skipWhile function that skips over a range while pred is true, returns the skippedOver range. Commit: 7ee38df89f5f2969b093ba7861e2ad9de37e147e https://github.com/D-Programming-Language/phobos/commit/7ee38df89f5f2969b093ba7861e2ad9de37e147e Author: James Miller <bladeon@gmail.com> Date: 2012-04-22 (Sun, 22 Apr 2012) Changed paths: M std/algorithm.d Log Message: ----------- Only unittest changes now Commit: 2cdd101ddb98a15a007e6cc3c257fa7452a744c4 https://github.com/D-Programming-Language/phobos/commit/2cdd101ddb98a15a007e6cc3c257fa7452a744c4 Author: Hara Kenji <k.hara.pg+dev@gmail.com> Date: 2012-04-22 (Sun, 22 Apr 2012) Changed paths: M std/algorithm.d Log Message: ----------- Merge pull request #546 from Aatch/std-algoritm-skipOver Fix and improvements to skipOver unitttests Compare: https://github.com/D-Programming-Language/phobos/compare/9233d3d...2cdd101 |
Copyright © 1999-2021 by the D Language Foundation