On 2014-01-13 13:53, Regan Heath wrote: > Sure. But, lets take an example: std.algorithm.canFind is more or less > what you might call std.string.contains (which does not exist - instead > we'd use indexOf != -1.. I think). I think "contains" is a way better name. That's what most other languages use, I think. -- /Jacob Carlborg