D's Auto Decoding and You

Jack Stouffer via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue May 17 07:27:26 PDT 2016


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.



More information about the Digitalmars-d-announce mailing list