why it said no identifier for declarator …
bioinfornatics via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Wed Jun 4 00:42:07 PDT 2014
On Wednesday, 4 June 2014 at 00:07:35 UTC, Jesse Phillips wrote:
> On Tuesday, 3 June 2014 at 22:10:06 UTC, bioinfornatics wrote:
>> I do not see why it fail in debug output we see that tuple
>> have a
>> field with given name.
>
> Your generated output (short and formatted)
>
> alias TL = Tuple!(int,"x", bool function( const ref string
> ),
> "xStartsWith ", bool function( const ref string ), "xEndsWith ",
> int,"y", bool function( const ref string ), "yStartsWith ",
> bool
> function( const ref string ), "yEndsWith ");
>
> TL.xStartsWith...
>
> TL is a type.
>
> TL variable;
> variable.xStartsWith...
oh stupid me thanks Jesse sometime you do not see a problem
visible as the nose on your face.
More information about the Digitalmars-d-learn
mailing list