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.

Reply via email to