s/type tuple/template pack/g please
deadalnix
deadalnix at gmail.com
Thu Aug 22 04:28:27 PDT 2013
On Thursday, 22 August 2013 at 10:32:06 UTC, dennis luehring
wrote:
> ~but~ an "alias sequence" item is different to an alias
>
> an alias can't contain untyped values:
>
> alias x = 5;
> alias y = "hallo";
>
> an alias is an real accessible symbol - not just an position in
> a sequence
>
> or am i wrong here?
Function literal are passed around via alias all over the place.
More information about the Digitalmars-d
mailing list