On Tuesday, 17 May 2016 at 14:16:48 UTC, Steven Schveighoffer wrote:
Starting to read it, see errors in your examples:

is(s[0] == immutable char) -> is(typeof(s[0]) == immutable(char))
is(s.front == dchar) -> is(typeof(s.front()) == dchar)

Thanks, fixed.

Reply via email to