Calling an alias for a Class method in another scope

Steven Schveighoffer schveiguy at yahoo.com
Fri Jun 1 08:10:42 PDT 2012


On Fri, 01 Jun 2012 10:57:34 -0400, Jacob Carlborg <doob at me.com> wrote:

> I don't see this example as strange. I mean, the same would work with a  
> pointer or ref.

An alias is not a pointer or ref, and it's not passed in at runtime, it's  
passed in at compile time.

-Steve


More information about the Digitalmars-d mailing list