On 1/9/11 1:24 PM, Robert Clipsham wrote:
On 09/01/11 18:44, Andrei Alexandrescu wrote:I'd be glad to change canFind to contains. Vote by replying to this. We can put canFind on the slow deprecation chute.Andrei++vote;
I just remembered why I called it canFind: it clarifies we're talking of a linear operation (derived from find). "contains" suggests a fast set operation.
Andrei
