Search

6 days ago
Learn »
...thread2.join();
    thread3.join();

    // Print the final value
    counter.writefln!"Final value: %s";
}
```

SDB@79
December 01
Learn »
...stopped++;
            });
    }

    // Print the final value of g.
    writefln!"%,s"(g);
}

I am not sure whether...
December 01
Issues »
https://issues.dlang.org/show_bug.cgi?id=7341

--- Comment #6 from dlangBugzillaToGithub <robert.schadek...
December 01
Issues »
https://issues.dlang.org/show_bug.cgi?id=1924

--- Comment #13 from dlangBugzillaToGithub <robert.schadek...
December 01
Genel »
...e.msg.write;
      e.key.writefln!" çünkü kullanıcı (%s) bulunamadı!";
    }
  ...
November 30
Genel »
...T e)
{
    e.msg.write;
    e.key.writefln!" çünkü kullanıcı (%s) bulunamadı!";
}
```

Bu güzel örnek...
November 27
Genel »
...Mevcut roller:");
    foreach (rol; roller.keys)
    {
      rol.writefln!"- %s";
    }
  }

  void roleGöreKullanıcıListele(string rol)
  {
    if (rol...
November 21
Learn »
...iota(rows * columns).each!(c => repeat("...",6).writefln!"...\n%-(%s\n%)");

  displayX(); // equivalent
}
```

**Equivalent:**
```d...
November 14
Learn »
...arr[];
  sarr[arr.length .. size] = padding;//*/

  sarr.writefln!"   %s";
}

void main()
{
  int[] arr = iota(5...
October 18
Learn »
...0A%7B%0A++++import+std.stdio+%3A+writefln%3B%0A++++import+std.algorithm.sorting+%3A...
« First   ‹ Prev
1 2
Next ›   Last »