On 3/7/14, 4:39 PM, Vladimir Panteleev wrote:
s.canFind('é')
s.endsWith('é')
s.find('é')
s.count('é')
s.countUntil('é')

These should not compile post-change, because the sought element (dchar)
is not of the same type as the string. So they will not fail silently.

The compared element need not have the same type (otherwise we'd break some other code).

Andrei


Reply via email to