On 12/29/14 2:12 AM, ponce wrote:
On Saturday, 27 December 2014 at 08:32:29 UTC, Mike Parker wrote:
It would also be nice to anticipate that people looking to operate on
strings would look in std.string for things that are elsewhere. Once
upon a time, the std.string docs actually did have a table of links
for functions that had been moved to other pages. That was convenient
and shouldn't have been removed, IMO.


Finding a string in another comes to mind. Is it "countUntil"?

std.algorithm.find

I'm still unsure if there is a min/max function I could use for builtin
types in Phobos.

std.algorithm.min, std.algorithm.max

I've found myself several times searching the following in Rosetta Code,
and wished there was a site for common idioms.

Point taken.


Andrei

Reply via email to