Search

May 26
Issues »
...EXIT_FAILURE, exit;
import std.concurrency;
import std.datetime;
import std.stdio;
import core.thread...
May 26
DIP Development »
...gnu.org/gcc-13/changes.html#cxx

"-std=gnu++20 it defaults to -fexcess-precision...
May 25
Issues »
...test` with the content of `assocarray`:


import std;

void main(){

    struct Test {
        int a;
    }
    Test...
May 24
Issues »
...phobos pull request #9004 "Fix Bugzilla 24564 - std.file.DirEntry throws Exception instead of Fi…...
May 24
Issues »
...std.file.DirEntry throws Exception instead of Fi…" fixing this issue:

- Fix Bugzilla 24564 - std...
May 24
Issues »
https://issues.dlang.org/show_bug.cgi?id=24564

johanengelen@weka.io changed:

           What    |Removed...
May 24
Issues »
...cgi?id=24564

          Issue ID: 24564
           Summary: std.file.DirEntry throws Exception instead of
                    FileException...
May 24
Genel »
...8;/***
  import std.range.primitives : ElementType;
  enum size = ElementType!(list[]).sizeof * 8; //*/

  import std.range...
May 21
DIP Ideas »
...template has no name.

Example:
```d
import std.meta;

Instantiate!(alias T => const(T), int...
May 20
Issues »
...startmail.com

Consider the following program:

-----
import std.stdio : readln, writefln;

void main()
{
    char[] buf...
Next ›   Last »