Search

December 23, 2021
Genel »
...stdio;

struct BiçimliMetin {
  bool bold;
  string data;

  alias data this;

  @property length ()
  {
    return data.length...
December 23, 2021
Issues »
...data_s` not found, did you mean
alias `cmodule.data_t`?


if the C file...
December 22, 2021
Learn »
...scope statements from above
           int b;
       }
   }
}



The alias assign is completely different, that's unrelated...
December 21, 2021
Issues »
https://issues.dlang.org/show_bug.cgi?id=22618

johanengelen@weka.io changed:

           What    |Removed...
December 21, 2021
Issues »
...BUG)
    {
        alias Handle = BlockHandle!(typeof(this));

        BaseBlock base;
        alias base this;
    }
    else
    {
        BaseBlock base;
        alias...
December 21, 2021
Learn »
...prompt, T args)
{
    foreach (i, a; args)
    {
        alias A = typeof(args[i]);

        static if (is...
December 20, 2021
Learn »
...string prompt, T args)
{
    foreach (a; args)
    {
        alias A = typeof(a);

        static if (is(A...
December 20, 2021
Learn »
...Let's check this example: enum state(alias name) = `name` ~ ` = 10;`;

I want this to...
December 20, 2021
Learn »
...of bounds error even for index == 0+/
alias i32 = int;
void sys_write(int i...
December 20, 2021
Issues »
...cgi?id=22613

          Issue ID: 22613
           Summary: Alias to template instantiation can act as the...
259 260 261 262 263 264 265 266 267 268 269
Next ›   Last »