Search

August 18, 2021
General »
...result = ts.sym;
    } else if (auto tc = cast(TypeClass)type)
    {
        result = tc.sym;
    }
    return result...
August 16, 2021
Issues »
...C!();
    }
}
else
{
    T getFunc(T)(const(char)* sym, string thisExePath)
    {
        import core.runtime : Runtime;

        version...
August 15, 2021
General »
...result = ts.sym;
    } else if (auto tc = cast(TypeClass)type)
    {
        result = tc.sym;
    }
    return result...
August 08, 2021
General »
...0].type;
    auto cDecl = (cast(TypeClass) nodeType).sym; // this better be a class type

```

To...
May 27, 2021
General »
...isTypeFunction())
      tf.sym.something();
 else if (auto td = t.isTypeDelegate())
      t.isTypeFunction().sym.isFunctionDeclaration().something...
May 27, 2021
General »
...t.sym).something();
else if (auto td = t.isTypeDelegate())
    (cast(FunctionDeclaration)(cast(TypeFunction)t).sym...
May 02, 2021
Issues »
https://issues.dlang.org/show_bug.cgi?id=21886

Basile-z <b2.temp@gmx.com...
May 02, 2021
Issues »
https://issues.dlang.org/show_bug.cgi?id=21886

--- Comment #1 from Basile-z <b2...
May 02, 2021
Issues »
https://issues.dlang.org/show_bug.cgi?id=21886

Basile-z <b2.temp@gmx.com...
May 02, 2021
Issues »
...where member function used as "alias this sym" is
                    allowed without right `this` context
           Product...
1 2 3 4 5 6
Next ›   Last »