On Monday, 27 May 2013 at 10:17:01 UTC, Namespace wrote:
> void foo( S s )
> {
> 	auto local = this.bigUglyName;
> 	auto b = s.bigUglyName;
>
> 	writeln( "bigUglyName (AKA local)=", local, " b=", b );
> }
>
> :P
By the way, yes. Thanks for that, I'm stupid today.