In my cleanup task I saw that std.net.isemail seems to do some redundant effort and defines those methods as its own helper:
- substr
- max
- compareFirstN
- grep
- get
There is `backPop`!
All of these methods (at least max, substr) feel general purpose enough that they should existent in a general fashion.
Btw for max: doesn't work get with ranges, but there is a pending pull request.
https://github.com/D-Programming-Language/phobos/pull/4019
Comment #1 by github-bugzilla — 2017-07-09T17:20:22Z